Initial commit

This commit is contained in:
2025-08-30 04:52:45 -07:00
commit 447a5e2740
9 changed files with 5144 additions and 0 deletions

5
test/CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
link_libraries(ht)
add_compile_options(-Wall -Wpedantic)
add_executable(test_ht test_ht.c)
add_test(NAME ht COMMAND test_ht)