whalesong/tests/module-test/m2.rkt
2011-05-23 12:30:36 -04:00

3 lines
59 B
Racket

(module m2 '#%kernel
(display "hello world")
(newline))