PhoenixCIToolkitCPP  3.1.0
CI/CD Catalog to store Phoenix components
Loading...
Searching...
No Matches
main.cpp File Reference
#include <iostream>
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 3 of file main.cpp.

3 {
4 std::cout << "Hello, World!" << std::endl;
5 return 0;
6}