4 lines
54 B
Scheme
4 lines
54 B
Scheme
|
(import (scheme write))
|
||
|
|
||
|
(write-simple "hello world")
|