2017110268_김다솔

exit function commit

Showing 1 changed file with 9 additions and 0 deletions
#include<iostream>
using namespace std;
int main()
{
cout << ¡°If you enter ¡®exit¡¯, the program will exit¡± << endl;
return 0;
}
\ No newline at end of file