Toggle navigation
Toggle navigation
This project
Loading...
Sign in
손지언
/
Assignment0925-2
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
sju0924
2020-09-25 22:02:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1cd2418f76a5d0646b61ea9e836ee92dae9e1a05
1cd2418f
0 parents
add echo
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
echo.cpp
echo.exe
echo.cpp
0 → 100644
View file @
1cd2418
#include <iostream>
#include <string>
using
namespace
std
;
int
main
()
{
string
str
;
cin
>>
str
;
cout
<<
str
;
}
\ No newline at end of file
echo.exe
0 → 100644
View file @
1cd2418
No preview for this file type
Please
register
or
login
to post a comment