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
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
jimin
2020-04-03 19:32:18 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ceb97b2aa771b30344848cc22356c9f00b9be07
1ceb97b2
0 parents
hellow world
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
hello.c
hello.c
0 → 100644
View file @
1ceb97b
#include <iostream>
#include <string>
using
namespace
std
;
int
main
(){
string
a
;
cin
>>
a
;
cout
<<
a
;
}
\ No newline at end of file
Please
register
or
login
to post a comment