00001 #include <iostream> 00002 int main() { 00003 std::cout << "Hello World" << std::endl; 00004 return 0; 00005 }