Refactored the interface of the io package
This commit is contained in:
parent
08ea91f46c
commit
a9d783c675
12 changed files with 29 additions and 35 deletions
|
@ -19,6 +19,6 @@ collatz(x int) {
|
|||
return
|
||||
}
|
||||
|
||||
io.out(" ")
|
||||
io.write(" ")
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue