김윤지

new branch here

#include <iostream>
#include <string>
using namespace std;
int main()
{
string myWord = "";
string endCode = "";
cin >> myWord;
cout << myWord;
cout << "If you enter 'exit', the program will exit";
cin << endCode;
if (endCode == "exit")
return 0;
}
\ No newline at end of file