안지현

cpp edited

Showing 1 changed file with 12 additions and 0 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