하재정

add echo.cpp

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