this feels like cheating a bit cause it's almost double post but this is modified code and imo counts as a good joke..so here we go. Hope not to get banned, as I had fun reading theese posts and posting it so it can count as a Forum game.
int main() { int input = 19; //because last person said this number and I am not actually saying it, if you understand the post while (input <= 150) { std::cout << "\n" << input; input++; } }