Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정승우
/
2020_OSS_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
SeungwooCloud
2020-04-03 14:18:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e1d9606d0dad722adc17c48ec101fd6a2d1b0737
e1d9606d
1 parent
99b4d40b
banch exit file hworld.cpp added
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
hworld.cpp
hworld.cpp
View file @
e1d9606
#include <iostream>
#include <string>
using
namespace
std
;
int
main
()
{
string
exit
;
cout
<<
"exit칠거임?"
;
cin
>>
exit
;
if
(
exit
==
"exit"
)
exit
(
100
);
cout
<<
"Hello World!"
<<
endl
;
return
0
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment