whalesong/examples/hello.rkt
2011-06-09 12:15:31 -04:00

4 lines
62 B
Racket

#lang planet dyoo/whalesong
(display "hello world")
(newline)