first commit

This commit is contained in:
liyp
2026-08-25 22:10:31 -04:00
commit dde12bf30b
41 changed files with 1379 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
mkdir build && cd build
cmake .. -G "MinGW Makefiles" -DCMAKE_C_COMPILER="C:/Applications/Program Custom/msys2/mingw64/bin/gcc.exe"
mingw32-make
mkdir build && cd build
cmake ..
make