fork(1) download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int a;
  5. a=1;
  6. printf("%d",a);
  7. return 0;
  8. }
Success #stdin #stdout 0s 16064KB
stdin
Standard input is empty
stdout
1