Key Value Store Project This is a simple key-value store implementation in C. Was written as a learning exercise from LowLevel Academy Z2H C Programming course. Compilation: gcc -o ./bin/test -I ./inc ./src/*.c Run: ./bin/test