#include #include // Needed for the getch() function using namespace std; int main() { cout << "A simple program!\n"; getch(); return 0; }