moving stuff to custom git instance

This commit is contained in:
alessandro bason 2025-09-12 14:12:59 +02:00
parent a66e58193f
commit ccb992a44a
42 changed files with 4947 additions and 10390 deletions

9
example.c Normal file
View file

@ -0,0 +1,9 @@
#include "colla.c"
int main() {
colla_init(COLLA_ALL);
info("hello world!");
colla_cleanup();
}