delete original app contents of xiuos

This commit is contained in:
Wang_Weigen
2021-06-17 14:07:57 +08:00
parent 0e496a791f
commit e603afa739
61 changed files with 34388 additions and 22 deletions

View File

@@ -14,8 +14,14 @@
#include <string.h>
#include <user_api.h>
extern int FrameworkInit();
int main(void)
{
printf("hello world\n");
printf("Hello, world!\n");
FrameworkInit();
return 0;
}
// int cppmain(void);