Heo

initial commit

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