fork download
  1. while(true)
  2. x = scanf('%d', [1]);
  3. if (x == 42)
  4. break;
  5. endif
  6. printf("%d\n", x);
  7. endwhile
  8.  
Success #stdin #stdout 0.13s 46036KB
stdin
1
2
88
42
10
stdout
1
2
88