Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박인호
/
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
박인호
2020-09-25 19:04:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
314eff041f72a611ca7fd6d5618d9448d7579bc7
314eff04
1 parent
94072015
exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
echo.cpp
echo.cpp
View file @
314eff0
...
...
@@ -8,7 +8,9 @@ int main() {
cout
<<
"ÀÔ·ÂÇϼ¼¿ä:"
;
cin
>>
input
;
if
(
input
==
"exit"
)
{
exit
(
100
);
}
cout
<<
input
;
return
0
;
...
...
Please
register
or
login
to post a comment