PhoenixCIToolkitCPP  3.1.0
CI/CD Catalog to store Phoenix components
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1#include <iostream>
2
3int main() {
4 std::cout << "Hello, World!" << std::endl;
5 return 0;
6}
int main()
Definition main.cpp:3