// Preprocessor directive #include // Magic stuff too advanced to talk about using namespace std; int main() { cout << endl; cout << "Hello there!"; cout << endl; cout << endl; return 0; }