PhoenixLecture  2.0.0
Set of tools to make lectures
test.cpp File Reference
#include <iostream>
+ Include dependency graph for test.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 5 of file test.cpp.

5  {
6  std::cout << "Hello world!!" << std::endl;
7  return 0;
8 }