c-test/.vscode/settings.json
kelson8 7da1908417
Add while true loop and switch statement in main.
Change CMake generator to MinGW Makefiles.
Update gitignore.
2024-11-16 23:48:26 -05:00

11 lines
245 B
JSON

{
"files.associations": {
"math_functions.h": "c",
"pointer_test.h": "c",
"struct_test.h": "c",
"stdio.h": "c",
"stdlib.h": "c",
"mysql.h": "c"
},
"cmake.generator": "MinGW Makefiles"
}