Toggle navigation
Toggle navigation
This project
Loading...
Sign in
송재혁
/
gitbranch_assginment2
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-09-25 15:29:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
def039158f816058d7cb2c6ff1487208a84bac7b
def03915
1 parent
0e6af80b
echo program(exit included)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
echo_exit.cpp
echo_exit.cpp
0 → 100644
View file @
def0391
#include <iostream>
#include <string>
using
namespace
std
;
int
main
()
{
string
input
;
getline
(
cin
,
input
);
cout
<<
"Input : "
<<
input
<<
endl
;
return
0
;
}
\ No newline at end of file
Please
register
or
login
to post a comment