Commit f7a3edef authored by Crio.GitLab's avatar Crio.GitLab 💬
Browse files

Update forkProcess.cc

parent ddb94602
......@@ -14,7 +14,7 @@ int main()
else{
printf("Hello from Parent!\n");
sleep(10);
printf("Parent going to suicide\n");
printf("Parent going to commit suicide\n");
char *p = 0;
p[0] = '\n';
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment