Email or username:

Password:

Forgot your password?
1 comment
asuter

@scrat @grumpygamer I see your angle, Christian.

#include <iostream>

int main(int argc, char** argv)
{
while (true)
{
std::cout << “Sunday! “;
}
}

Go Up