fork(1) download
  1. int main(void) {
  2. printf("hello, world");
  3. return 0;
  4. }
  5.  
Success #stdin #stdout 0s 4420KB
stdin
Standard input is empty
stdout
hello, world