Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이인서
/
git-branch-ass2
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
이인서
2020-09-25 17:12:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d682ea55172ba2dd680056415061abdbf0c6b127
d682ea55
1 parent
488c71d5
exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
main.cpp
main.cpp
View file @
d682ea5
...
...
@@ -2,7 +2,15 @@
using
namespace
std
;
int
main
(){
cout
<<
"test"
<<
endl
;
string
a
;
cin
>>
a
;
if
(
a
==
"EXIT"
)
return
EXIT
;
else
cout
<<
a
<<
endl
;
return
0
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment