#include using namespace std; int main(){ // comment can be writen starting with "//" cout <<"Hello World!" << endl; return 0; }