6 lines
47 B
Crystal
6 lines
47 B
Crystal
|
|
i = 1024
|
||
|
|
until i <= 0
|
||
|
|
puts i
|
||
|
|
i //= 2
|
||
|
|
end
|