aggiustamento codice e libreria

This commit is contained in:
2025-02-20 15:23:21 +01:00
parent b1104d9fb4
commit 760940ef97
8 changed files with 142 additions and 65 deletions

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

@@ -0,0 +1,14 @@
{
"files.associations": {
"array": "cpp",
"bitset": "cpp",
"string_view": "cpp",
"format": "cpp",
"initializer_list": "cpp",
"ranges": "cpp",
"span": "cpp",
"stacktrace": "cpp",
"regex": "cpp"
},
"copilot.baseUrl": "http://10.8.0.6:11434"
}