mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 20:36:31 +00:00
🆕 在shell中启动另一个程序
This commit is contained in:
@ -3,5 +3,6 @@
|
||||
int main()
|
||||
{
|
||||
printf("Hello World!\n");
|
||||
exit(0);
|
||||
while(1);
|
||||
}
|
Reference in New Issue
Block a user