이인서

eco

git-branch-ass2 @ 488c71d5
Subproject commit 488c71d5852fbfa6f0e41d70936847208060490a
......@@ -2,7 +2,9 @@
using namespace std;
int main(){
cout << "test" << endl;
int a;
cin>>a;
cout << a << endl;
return 0;
}
\ No newline at end of file
......