add hashmap

This commit is contained in:
2025-08-01 23:24:47 +02:00
parent e235693599
commit d259888c20
3 changed files with 347 additions and 0 deletions

5
.clang-format Normal file
View File

@@ -0,0 +1,5 @@
BasedOnStyle: Google
ColumnLimit: 160
UseTab: Always
IndentWidth: 4
TabWidth: 4