Yuseunggeun

add hello.cpp

Showing 1 changed file with 11 additions and 0 deletions
#include<iostream>
#include<string>
int main(){
string data;
cout << "input : ";
cin >> data;
cout << "print : "<<data;
return 0;
}
\ No newline at end of file