4 lines
77 B
Text
4 lines
77 B
Text
for i in one(Int64):typemax(Int64)
|
|
print(oct(i), " ")
|
|
sleep(0.1)
|
|
end
|