History | View | Annotate | Download (96 Bytes)
#include <iostream>
using namespace std;
void main( ) {
cout << "Hello World!" << endl;
}