git commit -m "first commit"

This commit is contained in:
2026-05-28 10:29:58 +07:00
commit 167c52aeb6
2048 changed files with 740251 additions and 0 deletions

20
navigations/.vscode/settings.json vendored Executable file
View File

@@ -0,0 +1,20 @@
{
"files.associations": {
"iterator": "cpp",
"cmath": "cpp",
"complex": "cpp",
"*.ipp": "cpp",
"array": "cpp",
"string_view": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"random": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"functional": "cpp",
"bitset": "cpp",
"initializer_list": "cpp",
"utility": "cpp",
"list": "cpp"
}
}