Juhee

echo program

Showing 1 changed file with 9 additions and 0 deletions
#include <iostream>
#include <string>
using namespace std;
int main() {
string echo;
cin >> echo;
cout << echo;
}
\ No newline at end of file