Implemented length storage of allocated memory
This commit is contained in:
parent
1ff56e0856
commit
2b2e707520
27 changed files with 134 additions and 49 deletions
|
@ -1,3 +1,4 @@
|
|||
import io
|
||||
import sys
|
||||
import thread
|
||||
import time
|
||||
|
@ -10,8 +11,8 @@ main() {
|
|||
}
|
||||
|
||||
work() {
|
||||
sys.write(1, "[ ] start\n", 10)
|
||||
io.out("[ ] start\n")
|
||||
time.sleep(10 * 1000 * 1000)
|
||||
sys.write(1, "[x] end\n", 8)
|
||||
io.out("[x] end\n")
|
||||
sys.exit(0)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue