diff --git a/sample.cpp b/sample.cpp index 161e676..7287949 100644 --- a/sample.cpp +++ b/sample.cpp @@ -5,4 +5,12 @@ int main () { cout << "Hello World! "; cout << "I'm a C++ program"; + cout << "C++ sure isn't phone"; + cout << "stupid really"; + other() +} + +int other () +{ + cout << "I bet this won't even compile"; }