안지현

Delete echo.cpp

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