diff --git a/test.cpp b/test.cpp index e69de29..cd2e0f6 100644 --- a/test.cpp +++ b/test.cpp @@ -0,0 +1,7 @@ +#include +using namespace::std; +int main(void) +{ + cout << "test gcc" << endl; + return 0; +} \ No newline at end of file