Sunday 12 May 2013

Hello World

Boo.

int main() {
std::cout << "Hello world!" << endl;
return 0;
}

No comments:

Post a Comment