add object printer

This commit is contained in:
Lobo 2026-01-06 13:13:29 -03:00
parent fe9a8a7039
commit 84e91412f5
3 changed files with 64 additions and 1 deletions

1
main.c
View file

@ -9,6 +9,7 @@ int main(void) {
addroot(&p);
collect();
println(p);
gcfinalize();
return 0;