diff options
Diffstat (limited to 'chibi/print.scm')
-rw-r--r-- | chibi/print.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chibi/print.scm b/chibi/print.scm index 100d2b5..6e6ec99 100644 --- a/chibi/print.scm +++ b/chibi/print.scm @@ -12,3 +12,5 @@ (print "hi there") (prints "kiwi" "banana" "pineapple") + +(print "hi") \ No newline at end of file |