정세호

잘못 올려서 다시올림

......@@ -5,13 +5,10 @@ using namespace std;
int main() {
string s;
while (true) {
cout << "if you enter 'exit', the program will exit: ";
cin >> s;
if (s == "exit") {
break;
exit(100);
}
cout << s << endl;
}
}
}
\ No newline at end of file
......