This commit is contained in:
2026-07-24 09:24:21 +08:00
parent 209d7e2bb3
commit 536a697566
23 changed files with 684 additions and 62 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"configurations": [
{
"name": "CLion",
"includePath": [
"${workspaceFolder}/**"
],
"cStandard": "c17",
"cppStandard": "c++17"
}
],
"version": 4
}