Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
15
Task/Sleep/Axe/sleep.axe
Normal file
15
Task/Sleep/Axe/sleep.axe
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Disp "TIME:"
|
||||
input→A
|
||||
0→T
|
||||
length(A)→L
|
||||
For(I,1,L)
|
||||
If {A}<'0' or {A}>'9'
|
||||
Disp "NOT A NUMBER",i
|
||||
Return
|
||||
End
|
||||
T*10+{A}-'0'→T
|
||||
A++
|
||||
End
|
||||
Disp "SLEEPING...",i
|
||||
Pause T
|
||||
Disp "AWAKE",i
|
||||
Loading…
Add table
Add a link
Reference in a new issue