#include using namespace std; int main() { cout << "Hello World" << endl; return 0; }
Hello world! <span title='2008-04-29 21:53:20 +0000 UTC'>April 29, 2008</span> ยท Alessandro Bruni #include <iostream> using namespace std; int main() { cout << "Hello World" << endl; return 0; }