feat(libhectic): arenas

This commit is contained in:
2025-03-21 01:53:02 +00:00
parent cb4382ca87
commit a1a1172d98
8 changed files with 239 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
#include <stdio.h>
#include "libhectic.h"
int main(void) {
raise_info("hello world");
return 0;
}