fork download
  1. (define (silly-double x)
  2. (let* ([x (+ x 3)]
  3. [y (+ x 2)])
  4. (+ x y -8)))
Success #stdin #stdout 0.39s 67428KB
stdin
Standard input is empty
stdout
Standard output is empty