fork download
  1. (let [a 20 b 2]
  2. (pr
  3. (if (<a b)
  4. "a > b"
  5. "a < b")))
Runtime error #stdin #stdout 0.83s 214656KB
stdin
Standard input is empty
stdout
Standard output is empty