Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장승환
/
githubbranch-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
seunghwan jang
2020-04-03 23:30:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a8630306a5219e0e9ce857a385b2107eb0584568
a8630306
1 parent
92f8ab8f
file hello.cpp update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
hello.cpp
hello.cpp
0 → 100644
View file @
a863030
#include<iostream>
#include<string>
using
namespace
std
;
int
main
()
{
cout
<<
"강의영상 1:30 부터인가 싱크 안맞아요"
<<
endl
;
string
com
;
cout
<<
">"
;
cin
>>
com
;
if
(
com
==
"exit"
)
exit
(
0
);
return
0
;
}
\ No newline at end of file
Please
register
or
login
to post a comment