Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김서연
/
OS_Assignment
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
김서연
2021-04-01 11:34:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a0706a9c98839cf45b58e994819a9671dc4d14ff
a0706a9c
0 parents
Add echo file
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
echo.cpp
echo.cpp
0 → 100644
View file @
a0706a9
1
+
#include <iostream>
2
+
using
namespace
std
;
3
+
4
+
int
main
()
{
5
+
string
n
;
6
+
cin
>>
n
;
7
+
cout
<<
n
;
8
+
}
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment