class Main { public static Void main () { Int i := 1024 while (i > 0) { echo (i) i /= 2 } } }