#include using namespace std; int main() { cout << "Hello World" << endl; //print Hello Word on the screen return 0; // for convention }