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
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이학주
2020-09-25 21:54:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5fdf9da0c42dc862642e4a68d89966956a7d48cc
5fdf9da0
0 parents
echo program
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
echo.cpp
echo.cpp
0 → 100644
View file @
5fdf9da
#include <iostream>
#include <string>
using
namespace
std
;
int
main
()
{
string
a
;
cout
<<
"Enter a word"
;
cin
>>
a
;
cout
<<
a
;
}
\ No newline at end of file
Please
register
or
login
to post a comment