meta: add build system
This commit is contained in:
6
programs/test/test.c
Normal file
6
programs/test/test.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <function.h>
|
||||
|
||||
int _start(void)
|
||||
{
|
||||
return function();
|
||||
}
|
||||
Reference in New Issue
Block a user