Advertisement
Xioth

Bash - TD3 - 3.1.1

Jan 26th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5.     int i;
  6.     for(i=1;i<=8;i++)
  7.         fork();
  8.     printf("%d\n", i);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement