4 lines
69 B
Text
4 lines
69 B
Text
i = zero(BigInt) # or i = big(0)
|
|
while true
|
|
println(i += 1)
|
|
end
|