build: add the SIBO SDK
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
HELLO.C
|
||||
|
||||
CLIB Hello World application
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
int main(VOID)
|
||||
{
|
||||
printf("Hello World");
|
||||
getchar();
|
||||
return(0);
|
||||
}
|
||||
Reference in New Issue
Block a user