#include using namespace std; /* * Just another way to do it. */ int main() { // Say it now. cout << "Greetings, local planet!" << endl; }