// program which print a greeting #include using std::cout; using std::endl; int main() { cout << " Hi! " << endl; return 0; }