fork download
  1. (print (< 1 2))
  2. (print (random 1000))
  3. (defun (square a) (* a a))
  4. (print (square 3))
  5.  
  6.  
Runtime error #stdin #stdout 0.03s 10832KB
stdin
Standard input is empty
stdout
T 
483