Yuseunggeun

add hello.cpp

Showing 1 changed file with 11 additions and 0 deletions
1 +#include<iostream>
2 +#include<string>
3 +int main(){
4 + string data;
5 + cout << "input : ";
6 + cin >> data;
7 + cout << "print : "<<data;
8 +
9 +
10 + return 0;
11 +}
...\ No newline at end of file ...\ No newline at end of file