/* $Id: hello.cc 1151 2004-08-20 21:54:24Z mreindl $ */

/* This file is in the public domain. */

#include <iostream>

using namespace std;

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


syntax highlighted by Code2HTML, v. 0.9.1