student :: geek :: photographer :: legend

Hello World.

May 13th, 2007 Denham Coote
#include
using namespace std;

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

Guess who’s eating/sleeping/shitting c++.

;-)