Hash-Table A simple hash table implementation in C 😅 To compile gcc ./src/hash_table.c ./src/main.c -Wall -static -o ./hash_table