Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최재은
/
test_project
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
Authored by
최재은
2019-03-29 11:39:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6177f97850b0efdafcabd4cb5304305da1d973bc
6177f978
1 parent
c45915b0
Add exit.cpp
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
exit.cpp
exit.cpp
0 → 100644
View file @
6177f97
#include <iostream>
using
namespace
std
;
int
main
(){
cout
<<
"If you eneter 'exit', the program will exit"
;
return
0
;
}
Please
register
or
login
to post a comment