// Source: "Software Design ...", John A Robinson, Newnes, 2004, page 54. #include using namespace std; int main() { cout << "Hello World\n"; return 0; }