Skip to content

Commit

Permalink
hashmap refactor (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
LytixDev authored Apr 5, 2023
1 parent c1e9691 commit 242f9eb
Show file tree
Hide file tree
Showing 9 changed files with 353 additions and 401 deletions.
101 changes: 0 additions & 101 deletions examples/hashmap_example.c

This file was deleted.

6 changes: 6 additions & 0 deletions examples/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

for f in *_test.c
do
gcc -g -fsanitize=address -fsanitize=undefined -Wall -Wpedantic -Wextra -Werror
done
Loading

0 comments on commit 242f9eb

Please sign in to comment.