6 lines
98 B
Scheme
6 lines
98 B
Scheme
|
(import (scheme base)
|
||
|
(scheme file))
|
||
|
|
||
|
(with-output-to-file "test.txt"
|
||
|
(write "TEST"))
|