main :: () -> void { a := 10000; while a > 0 { print_u64 2; a = a -1; } };