Seung Taek

B_echo

Showing 1 changed file with 3 additions and 0 deletions
......@@ -8,6 +8,9 @@ int main() {
cin >> input;
cout << input << endl;
if (input == "exit") {
break
}
}
return 0;
}
\ No newline at end of file
......