#include
\n\nint main() {\n std::cout << "Hello from C++" << std::endl;\n return 0;\n}
Run C++ Code