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
Jaehyun Kim
2020-09-25 14:43:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c724ff793fd89309fd8942e978128a24a86e103d
c724ff79
1 parent
981a4b5b
program
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
main.cpp
main.cpp
0 → 100644
View file @
c724ff7
//
// main.cpp
// echo
//
// Created by toispre on 2020/09/25.
// Copyright © 2020 toispre. All rights reserved.
//
#include <iostream>
using
namespace
std
;
int
main
()
{
string
a
;
cin
>>
a
;
cout
<<
a
<<
endl
;
return
0
;
}
Please
register
or
login
to post a comment