fork download
  1. a = (read-line *standard-input* nil nil)
  2. b = (read-line *standard-input* nil nil)
  3. c=(+ a b)
  4. (format t "~A~%" c)
Runtime error #stdin #stdout 0.03s 10832KB
stdin
2
3
stdout
Standard output is empty