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