This commit is contained in:
2026-04-09 01:29:56 +02:00
parent 89bdf7bbdf
commit d2343ab8f8
5 changed files with 289 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
test: test.c hm.h
cc -Wall -Wextra -ggdb -o test test.c
benchmark: benchmark.cpp
g++ -Wall -Wextra -o benchmark benchmark.cpp
clean:
rm -rf test
rm -rf benchmark