Files
exercises/.idea/c_cpp_properties.json
2026-07-24 09:24:21 +08:00

13 lines
251 B
JSON

{
"configurations": [
{
"name": "CLion",
"includePath": [
"${workspaceFolder}/**"
],
"cStandard": "c17",
"cppStandard": "c++17"
}
],
"version": 4
}