Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
|
|
@ -9,7 +9,7 @@ extension op
|
|||
{
|
||||
sleepSort()
|
||||
{
|
||||
self.forEach:(n)
|
||||
self.forEach::(n)
|
||||
{
|
||||
threadControl.start(
|
||||
{
|
||||
|
|
@ -26,7 +26,7 @@ extension op
|
|||
|
||||
public program()
|
||||
{
|
||||
program_arguments.skipping:1.selectBy(mssgconst toInt<convertorOp>[1]).toArray().sleepSort();
|
||||
program_arguments.skipping(1).selectBy(mssgconst toInt<intConvertOp>[1]).toArray().sleepSort();
|
||||
|
||||
console.readChar()
|
||||
console.readChar()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue