#include <iostream>
Go to the source code of this file.
Definition at line 2 of file hello_world.cpp.
00002 { 00003 std::cout << "Hello World" << std::endl; 00004 return 0; 00005 }