Input
Output
#include <iostream> using namespace std; int main(){ //Simple Program - Single Line Comments cout << "Hello World"; return 0; }