tests/mzscheme/common/src/hello.mzscheme
;; END COMMENT
(
define
(
main
args) (display
"hello world"
) (newline))
Generated by
GNU enscript 1.6.3
.