6 lines
83 B
Scheme
6 lines
83 B
Scheme
#lang racket/base
|
|
|
|
|
|
(with-output-to-file "stdout"
|
|
(lambda () (displayln "two")))
|