This commit is contained in:
2024-09-17 20:59:46 +03:00
parent 161e517c0b
commit 8723e8f6b2

3
2.c
View File

@@ -13,6 +13,7 @@ int main(int argc, char *argv[], char **env){
fork(); fork();
getpid(); getpid();
getppid(); getppid();
scanf("%s", tmp); waitpid();
sleep(3600);
return argc; return argc;
} }