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 13:58:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a762f1979cbbe92fe2b456f1c5ac04f2ed699830
a762f197
1 parent
a4e35c61
Echo modified
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
2 deletions
Echo/.vs/Echo/v14/.suo
Echo/Echo.VC.db
Echo/Echo/main.cpp
Echo/.vs/Echo/v14/.suo
View file @
a762f19
No preview for this file type
Echo/Echo.VC.db
View file @
a762f19
No preview for this file type
Echo/Echo/main.cpp
View file @
a762f19
...
...
@@ -6,8 +6,7 @@ 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