Conversation

int main()
{
puts("Good bye, world!");
for (;;);
}

2
0
1

@ptesarik instead of the infinite loop, consider ‘sleep(86400*365*12);’?

1
0
0
@ptesarik Don't do that in C++ :-). [Its undefined code, seriously, it can do anything.]
0
0
0