Initial commit

This commit is contained in:
2026-03-29 10:40:09 -06:00
commit b75d1f831c
7 changed files with 114 additions and 0 deletions

6
test/test_arena.c Normal file
View File

@@ -0,0 +1,6 @@
#include "arena.h"
#include <stdlib.h>
int main(void) {
return EXIT_SUCCESS;
}