应用程序套件

This commit is contained in:
2026-04-23 21:47:25 +08:00
parent cfea7a9b5f
commit 439479a3fa
27 changed files with 2954 additions and 0 deletions

6
kit/apps/hello/main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main(void) {
printf("Hello world!\n");
return 0;
}