initial version of hashmap works

This commit is contained in:
2024-11-09 20:43:12 +01:00
parent 51a309e55f
commit 5e5d25cd75
9 changed files with 51 additions and 28 deletions

View File

@@ -1,2 +1,2 @@
server = files('main.c', 'server.c', 'utils.c')
server = files('main.c', 'server.c', 'utils.c', 'hashmap.c')
client = files('mainc.c', 'client.c')