Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/Sleep/00-TASK.txt
Normal file
13
Task/Sleep/00-TASK.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
;Task:
|
||||
Write a program that does the following in this order:
|
||||
* Input an amount of time to sleep in whatever units are most natural for your language (milliseconds, seconds, ticks, etc.). This unit should be noted in comments or in a description.
|
||||
* [[Hello world/Text|Print]] "Sleeping..."
|
||||
* Sleep the main [[thread]] for the given amount of time.
|
||||
* Print "Awake!"
|
||||
* End.
|
||||
<br>
|
||||
|
||||
;Related task:
|
||||
* [[Nautical bell]]
|
||||
<br><br>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue