Initial Commit

This commit is contained in:
2024-12-15 19:53:40 +01:00
commit cab5db18a4
4 changed files with 307 additions and 0 deletions

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

@@ -0,0 +1,14 @@
{
"files.associations": {
"cstring": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"random": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"iostream": "cpp"
}
}