This commit is contained in:
awin-x 2025-02-23 12:05:51 +08:00
parent 456e85cb74
commit b60d3fcd4f

View File

@ -0,0 +1,7 @@
#include<iostream>
using namespace::std;
int main(void)
{
cout << "test gcc" << endl;
return 0;
}