fork download
  1. (do ((i (read) (read)))
  2. ((eq? i 42) '())
  3. (begin
  4. (display i)
  5. (newline)))
Runtime error #stdin #stdout #stderr 0s 4252KB
stdin
12
12
12
42
stdout
Standard output is empty
stderr
Wrong __data_start/_end pair