RosettaCodeData/Task/Loops-While/Dao/loops-while.dao
2023-07-01 13:44:08 -04:00

2 lines
36 B
Text

i = 1024;
while( i > 0 ) i = i / 2;