Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Sleep/Objeck/sleep.objeck
Normal file
11
Task/Sleep/Objeck/sleep.objeck
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
bundle Default {
|
||||
class Test {
|
||||
function : Main(args : System.String[]) ~ Nil {
|
||||
if(args->Size() = 1) {
|
||||
"Sleeping..."->PrintLine();
|
||||
Thread->Sleep(args[0]->ToInt());
|
||||
"Awake!"->PrintLine();
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue