whalesong/tests/more-tests/hello.rkt
2011-07-01 11:33:46 -04:00

8 lines
132 B
Racket

#lang planet dyoo/whalesong
(displayln "hello world")
(displayln (format "hello ~a" "again"))
(printf "hello")
(printf "world\n")