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