Refactored the interface of the io package
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import io
|
||||
|
||||
main() {
|
||||
io.out("Hello\n")
|
||||
io.write("Hello\n")
|
||||
}
|
Reference in New Issue
Block a user