save work

This commit is contained in:
Bechir Braham
2024-02-19 18:58:35 +01:00
parent 9906c5886c
commit a6ff0fc794
18 changed files with 343 additions and 54 deletions

17
.vscode/settings.json vendored
View File

@@ -70,7 +70,22 @@
"stop_token": "cpp",
"thread": "cpp",
"valarray": "cpp",
"variant": "cpp"
"variant": "cpp",
"bitset": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"format": "cpp",
"__bit_reference": "cpp",
"__config": "cpp",
"__hash_table": "cpp",
"__locale": "cpp",
"__node_handle": "cpp",
"__split_buffer": "cpp",
"__threading_support": "cpp",
"__verbose_abort": "cpp",
"execution": "cpp",
"ios": "cpp",
"locale": "cpp"
},
"C_Cpp.errorSquiggles": "enabled"
}