Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 156 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 156 Bytes

Hash-Table

A simple hash table implementation in C 😅


To compile

gcc ./src/hash_table.c ./src/main.c -Wall -static -o ./hash_table