HttpFileServerCPP/test.cpp
2025-02-23 12:05:51 +08:00

7 lines
105 B
C++

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