This commit is contained in:
2025-09-28 16:03:54 +08:00
commit 8587e5c84a
23 changed files with 14023 additions and 0 deletions

8
GetNet/src/makefile Normal file
View File

@@ -0,0 +1,8 @@
all:SetNet
SetNet:GetNet.cpp
g++ -g -o setNet GetNet.cpp
mv ./setNet ../bin/
clean:
rm -rf ../bin/*