김민석

exit

...@@ -2,5 +2,6 @@ ...@@ -2,5 +2,6 @@
2 using namespace std; 2 using namespace std;
3 int main() { 3 int main() {
4 cout << "Hello World!" << endl; 4 cout << "Hello World!" << endl;
5 + cout << "If you enter 'exit',the program will exit" << endl;
5 return 0; 6 return 0;
6 } 7 }
...\ No newline at end of file ...\ No newline at end of file
......