picrin/t/hello.scm

4 lines
54 B
Scheme
Raw Normal View History

2014-02-08 01:02:48 -05:00
(import (scheme write))
(write-simple "hello world")