fork download
  1. (display (< 1 2))
  2. (display (random 1000))
  3. (define (square a) (* a a))
  4. (display (time (square 3)))
  5.  
  6.  
Runtime error #stdin #stdout 0.03s 10832KB
stdin
Standard input is empty
stdout
Standard output is empty