Refactored the interface of the io package
This commit is contained in:
parent
127b87f4ea
commit
013d3dd8cd
12 changed files with 29 additions and 35 deletions
|
@ -10,6 +10,6 @@ main() {
|
|||
}
|
||||
|
||||
work() {
|
||||
io.out("[ ] start\n")
|
||||
io.out("[x] end\n")
|
||||
io.write("[ ] start\n")
|
||||
io.write("[x] end\n")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue