int a = 0; do { a++; print(a.to_string() + "\n"); } while ( a % 6 != 0);