Files
Bubble-Sort/.vscode/c_cpp_properties.json
2021-08-24 14:44:32 +08:00

20 lines
479 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64",
"compilerPath": "C:\\msys64\\mingw64\\bin\\g++.exe"
}
],
"version": 4
}