Input
Output
#include <iostream> using namespace std; int main() { /* simple hello word program Multi-Line Comment*/ cout << "Hello World"; return 0; }