#include using namespace std; int main(){ cout <<"Hi" << "\n"; //"Hello world" and a newline is output. return 0; }