Refactored the interface of the io package
This commit is contained in:
@ -19,6 +19,6 @@ collatz(x int) {
|
||||
return
|
||||
}
|
||||
|
||||
io.out(" ")
|
||||
io.write(" ")
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user