fork download
  1. #include<stdio.h>
  2. #include<unistd.h>
  3. #include<stdio.h>
  4. int main(){
  5. fork();
  6. fork();
  7. fork();
  8. printf("Hello");
  9. }
Success #stdin #stdout 0s 5324KB
stdin
Standard input is empty
stdout
HelloHelloHello