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

This version shows a few differences.