임지영

Echo modified

No preview for this file type
No preview for this file type
......@@ -6,8 +6,7 @@ int main()
{
string input;
cin >> input;
if (input == "exit")
exit(0);
cout << input << endl;
return 0;
}
\ No newline at end of file
......