• This project
    • Loading...
  • Sign in

최재은 / test_project

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • test_project
  • exit.cpp
  • 최재은's avatar
    Add exit.cpp · 6177f978
    6177f978
    최재은 authored 2019-03-29 11:39:50 +0900
exit.cpp 125 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
#include <iostream>

using namespace std;

int main(){

	cout << "If you eneter 'exit', the program will exit";
	return 0;
}