Follows https://github.com/jamesroutley/write-a-hash-table
compile:
gcc src/*.c -o build/out
run:
./build/out
Repository from Github https://github.comnramkissoon/write-a-hash-table-c
Follows https://github.com/jamesroutley/write-a-hash-table
compile:
gcc src/*.c -o build/out
run:
./build/out