seunghwan jang

file hello.cpp update

Showing 1 changed file with 17 additions and 0 deletions
#include<iostream>
#include<string>
using namespace std;
int main()
{
cout << "강의영상 1:30 부터인가 싱크 안맞아요" << endl;
string com;
cout << ">";
cin >> com;
if(com=="exit")
exit(0);
return 0;
}
\ No newline at end of file