fork download
  1. (in NIL
  2. (loop
  3. (setq N (format (read)))
  4. (T (= "42" N))
  5. (prinl N))
  6. )
Success #stdin #stdout 0.01s 5284KB
stdin
1
2
88
42
10
stdout
1
2
88