2 lines
39 B
Text
2 lines
39 B
Text
|
|
n:=1024; while(n>0){println(n); n/=2;}
|
|
|
n:=1024; while(n>0){println(n); n/=2;}
|