add hello world

This commit is contained in:
Yuichi Nishiwaki 2014-02-08 15:02:48 +09:00
parent b6637842e7
commit f56557a167
1 changed files with 3 additions and 0 deletions

3
t/hello.scm Normal file
View File

@ -0,0 +1,3 @@
(import (scheme write))
(write-simple "hello world")