fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int i =0;
  5. for (printf("one\n");i<3&&printf("");i++)
  6. {
  7. printf("Hi\n");
  8. }
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 5540KB
stdin
Standard input is empty
stdout
one