scheme-venv/test.sps

7 lines
105 B
Scheme

(import (rnrs)
(srfi :64))
(display "scheme-venv-script-test-success-Hello")
(newline)
(exit 0)