김민석

exit

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