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
|
@ -12,7 +12,7 @@ main() {
|
|||
|
||||
if isPrime(i) {
|
||||
if i != 2 {
|
||||
io.out(" ")
|
||||
io.write(" ")
|
||||
}
|
||||
|
||||
fmt.decimal(i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue