5 lines
103 B
Racket
5 lines
103 B
Racket
(with-output-to-file "stdout"
|
|
(lambda () (printf "This is the literal expression 4.\n"))
|
|
'append)
|
|
|