x1 experimental libbrain

This commit is contained in:
Suguru Saito
2021-12-15 01:27:08 +09:00
parent cd917143b7
commit 373c554708
26 changed files with 260 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
#include <libbrain.h>
int main(void *arg)
{
sys_printf("Hello!\n");
return 0;
}