Refactored the interface of the io package

This commit is contained in:
2025-04-07 18:02:36 +02:00
parent 08ea91f46c
commit a9d783c675
12 changed files with 29 additions and 35 deletions

View File

@ -12,7 +12,7 @@ main() {
if isPrime(i) {
if i != 2 {
io.out(" ")
io.write(" ")
}
fmt.decimal(i)