안지현

cpp edited

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