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
2017110268_김다솔
2020-04-03 21:13:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
90d6b453acf6c1422e37e330307a9cb99b44a6d7
90d6b453
1 parent
9ef72b46
exit function commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
exit.cpp
exit.cpp
0 → 100644
View file @
90d6b45
1
+
#include<iostream>
2
+
using
namespace
std
;
3
+
4
+
int
main
()
5
+
{
6
+
cout
<<
¡°
If
you
enter
¡®
exit
¡¯
,
the
program
will
exit
¡±
<<
endl
;
7
+
8
+
return
0
;
9
+
}
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment