Refactored the interface of the io package
This commit is contained in:
@ -10,6 +10,6 @@ main() {
|
||||
}
|
||||
|
||||
work() {
|
||||
io.out("[ ] start\n")
|
||||
io.out("[x] end\n")
|
||||
io.write("[ ] start\n")
|
||||
io.write("[x] end\n")
|
||||
}
|
Reference in New Issue
Block a user