diff --git a/t/hello.scm b/t/hello.scm new file mode 100644 index 00000000..aadb87de --- /dev/null +++ b/t/hello.scm @@ -0,0 +1,3 @@ +(import (scheme write)) + +(write-simple "hello world")