// lem.cxx // Written by Michael Main, mostly to show how to use functions. #include #include using namespace std; int main( ) { cout << "The Lunar Lander program" << endl; return EXIT_SUCCESS; }