Initial commit

This commit is contained in:
EnderIce2
2023-10-13 03:54:34 +03:00
commit fa88e36aee
22 changed files with 1082 additions and 0 deletions

8
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"C_Cpp.default.compilerPath": "/usr/bin/i686-w64-mingw32-gcc",
"files.associations": {
"*.su": "tsv",
"windows.h": "c",
"namedpipeapi.h": "c"
}
}