class Main { public static Void main() { i := 1 while (true) { echo (i) i += 1 } } }