racket/pkgs/compiler-test/tests/compiler/embed/embed-me4.rktl
2016-05-27 17:20:35 -04:00

5 lines
103 B
Racket

(with-output-to-file "stdout"
(lambda () (printf "This is the literal expression 4.\n"))
'append)