Refactored the interface of the io package
This commit is contained in:
@ -12,7 +12,7 @@ main() {
|
||||
|
||||
if isPrime(i) {
|
||||
if i != 2 {
|
||||
io.out(" ")
|
||||
io.write(" ")
|
||||
}
|
||||
|
||||
fmt.decimal(i)
|
||||
|
Reference in New Issue
Block a user