Implemented length storage of allocated memory
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import io
|
||||
import log
|
||||
import sys
|
||||
|
||||
main() {
|
||||
n := 100
|
||||
@ -12,7 +12,7 @@ main() {
|
||||
|
||||
if isPrime(i) == 1 {
|
||||
if i != 2 {
|
||||
sys.write(1, " ", 1)
|
||||
io.out(" ")
|
||||
}
|
||||
|
||||
log.number(i)
|
||||
|
Reference in New Issue
Block a user