mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🆕 exec (存在bug
This commit is contained in:
7
user/apps/about/about.c
Normal file
7
user/apps/about/about.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <libc/stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hello World!\n");
|
||||
while(1);
|
||||
}
|
Reference in New Issue
Block a user