This commit is contained in:
Krzosa Karol
2025-04-03 10:52:11 +02:00
parent c8e73ac245
commit 706bd89385
11 changed files with 759 additions and 78 deletions

View File

@@ -1,4 +1,5 @@
fn void run_tests(void) {
test_string16();
test_hash_table();
test_intern_table();
}