fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. const char *n =
  6. "test\n"
  7. "test\n";
  8.  
  9. printf(n);
  10. return 0;
  11. }
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
test
test