PhoenixLecture  2.0.0
Set of tools to make lectures
test.cpp
Go to the documentation of this file.
1 
2 
3 #include <iostream>
4 
5 int main(int argc, char** argv){
6  std::cout << "Hello world!!" << std::endl;
7  return 0;
8 }
9 
10 
int main(int argc, char **argv)
Definition: test.cpp:5