fork download
  1. (define (hi msg)
  2. (display msg)
  3. )
  4.  
  5. (hi
  6. ( (lambda (x) (x))
  7. "hello"
  8. )
  9. )
Runtime error #stdin #stdout #stderr 0.01s 5568KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Wrong __data_start/_end pair