Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오승택
/
Echo_Program
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
Seung Taek
2021-04-01 21:10:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b52f00f2b1504559c69831c79c92b8da78e569ff
b52f00f2
1 parent
d133a3b9
B_echo
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
echo.cpp
echo.cpp
View file @
b52f00f
...
...
@@ -8,6 +8,9 @@ int main() {
cin
>>
input
;
cout
<<
input
<<
endl
;
if
(
input
==
"exit"
)
{
break
}
}
return
0
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment