Toggle navigation
Toggle navigation
This project
Loading...
Sign in
임지영
/
Test
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
임지영
2018-03-30 14:02:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2105178c6b6b61834627f33dea460b20fa93e715
2105178c
1 parent
a762f197
Echo modified
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
Echo/.vs/Echo/v14/.suo
Echo/Echo.VC.db
Echo/Echo/main.cpp
Echo/.vs/Echo/v14/.suo
View file @
2105178
No preview for this file type
Echo/Echo.VC.db
View file @
2105178
No preview for this file type
Echo/Echo/main.cpp
View file @
2105178
...
...
@@ -6,7 +6,8 @@ int main()
{
string
input
;
cin
>>
input
;
if
(
input
==
"exit"
)
exit
(
0
);
cout
<<
input
<<
endl
;
return
0
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment