Update fork_101.md (#150)
This commit is contained in:
		@@ -4,12 +4,12 @@ Answer the questions given the following program (without running it):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
#include<stdio.h>
 | 
					#include<stdio.h>
 | 
				
			||||||
 | 
					#include <unistd.h> 
 | 
				
			||||||
int main()
 | 
					int main()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
fork();
 | 
					  fork();
 | 
				
			||||||
printf("\nyay\n");
 | 
					  printf("\nyay\n");
 | 
				
			||||||
return 0;
 | 
					  return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user