🆕 在shell中启动另一个程序

This commit is contained in:
fslongjin
2022-06-07 23:18:26 +08:00
parent 129d24296b
commit 4e04ab9eee
14 changed files with 109 additions and 77 deletions

View File

@ -3,5 +3,6 @@
int main()
{
printf("Hello World!\n");
exit(0);
while(1);
}