Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김민석
/
gitbranch-assignment2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
김민석
2020-04-03 19:22:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f4798928e06265e763fcea9e3a34a1867174d66f
f4798928
1 parent
0bec5f35
exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
HelloWorld.cpp
HelloWorld.cpp
View file @
f479892
...
...
@@ -2,5 +2,6 @@
using
namespace
std
;
int
main
()
{
cout
<<
"Hello World!"
<<
endl
;
cout
<<
"If you enter 'exit',the program will exit"
<<
endl
;
return
0
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment