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
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
jimin
2020-04-03 19:46:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f8c08cae09367ca7e867b8e58d25b8216a7387ea
f8c08cae
1 parent
1ceb97b2
If you enter 'exit', the program will exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
hello.c
hello.c
View file @
f8c08ca
...
...
@@ -4,7 +4,11 @@
int
main
(){
string
a
;
cin
>>
a
;
cout
<<
a
;
whlie
(
1
)
{
string
a
;
cin
>>
a
;
cout
<<
a
;
if
(
a
==
exit
)
break
;
//exit
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment