racket/compiler-test/tests/compiler/embed/embed-planet-2/main.ss
2014-12-02 09:30:05 -05:00

6 lines
125 B
Scheme

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