fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4.  
  5. for(;;)
  6. {
  7. printf("hoi");
  8. break;
  9. }
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 9416KB
stdin
Standard input is empty
stdout
hoi