안지현

Delete echo.cpp

Showing 1 changed file with 0 additions and 12 deletions
#include <iostream>
using namespace std;
int main() {
char a;
cout << "Enter anything" << endl;
cin >> a;
cout << a;
return 0;
}
\ No newline at end of file