This commit is contained in:
userName
2025-12-15 09:19:47 +08:00
commit 5e2dfc8ac8
16 changed files with 3555 additions and 0 deletions

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"files.associations": {
"cmath": "cpp",
"array": "cpp",
"string": "cpp",
"string_view": "cpp"
},
"C_Cpp.errorSquiggles": "disabled"
}