Hello World.

#include
using namespace std;

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

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

;-)

Tags: , ,

Leave a Reply