Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김재현
/
gitbranch-assignment2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Jaehyun Kim
2020-09-25 14:50:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3a144eda79dd1de22563b5a30924242648007e00
3a144eda
1 parent
c724ff79
edit exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
main.cpp
main.cpp
View file @
3a144ed
...
...
@@ -11,6 +11,10 @@ using namespace std;
int
main
()
{
string
a
;
cin
>>
a
;
if
(
a
==
"exit"
)
return
0
;
else
{
cout
<<
a
<<
endl
;
return
0
;
}
}
...
...
Please
register
or
login
to post a comment