최재은

Add exit.cpp

Showing 1 changed file with 9 additions and 0 deletions
#include <iostream>
using namespace std;
int main(){
cout << "If you eneter 'exit', the program will exit";
return 0;
}