This is a fun little project in which I have tried to implement hash table from scratch using C
- Simply write all your code in main.c
- Then type in make in your terminal. this will generate a executable called app
- Simply run the executable with ./app in your terminal