1
0

Initial commit

This commit is contained in:
2023-04-13 15:21:21 +08:00
commit f4e7319a44
7 changed files with 148 additions and 0 deletions

16
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "MinGW64",
"includePath": [
"${workspaceFolder}/include",
"C:\\MinGW64\\include",
"C:\\MinGW64\\x86_64-w64-mingw32\\include"
],
"compilerPath": "C:\\MinGW64\\bin\\gcc.exe",
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 4
}