moving stuff to custom git instance
This commit is contained in:
parent
a66e58193f
commit
ccb992a44a
42 changed files with 4947 additions and 10390 deletions
9
example.c
Normal file
9
example.c
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include "colla.c"
|
||||
|
||||
int main() {
|
||||
colla_init(COLLA_ALL);
|
||||
|
||||
info("hello world!");
|
||||
|
||||
colla_cleanup();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue