//Purpose: To show the rules of C++ programming #include int main() { cout << "Hello, World!\n"; return 0; } // end hello