#include <iostream>
Include dependency graph for main.cpp:
Go to the source code of this file.
Namespaces | |
namespace | std |
Functions | |
int | main (int argc, char **argv) |
|
Definition at line 13 of file main.cpp.
00014 { 00015 cout << "Hello World!" << endl; 00016 00017 return 0; 00018 } |