Off Topic > Off Topic
Bored.
Azimuth:
--- Code: ---#include <iostream>
using namespace std;
void turnOver(void);
int main()
{
cout << "You write on a piece of paper \"Turn me over\"";
cout << "\nYou then write on the other side \"Turn me over\"";
cout << "\nYou then do what the paper says.\n";
turnOver();
return 0;
}
void turnOver(void)
{
cout << "The paper says \"Turn me over\"";
cout << "\nYou turn it over.\n";
turnOver();
}
--- End code ---
Katamari007:
--- Quote from: Azimuth on July 06, 2009, 11:47:51 PM ---onemorelevel.com is always a good place for me to go.
--- End quote ---
:cookieMonster:
Emily:
clip your toenails :D
Bones4:
Draw! Dammit, if my scanner was working, I would totally upload the Michael Jackson portrait I just drew. :(