racket/pkgs/compiler-test/tests/compiler/embed/embed-planet-1/main.rkt
2016-05-27 17:20:35 -04:00

5 lines
124 B
Racket

#lang racket/base
(with-output-to-file (build-path (find-system-path 'temp-dir) "stdout")
(lambda () (displayln "one")))