Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김건우
/
test-git
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
김건우
2021-04-01 15:49:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2c8afe403dbca6391f429ca3ef33e85b65c1f4d5
2c8afe40
1 parent
13c932cd
echo -> exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
exit.cpp
exit.cpp
View file @
2c8afe4
...
...
@@ -10,6 +10,7 @@ void echo() {
break
;
cout
<<
a
<<
endl
;
}
cout
<<
endl
;
}
int
main
()
{
...
...
Please
register
or
login
to post a comment