diff options
author | elioat <elioat@tilde.institute> | 2022-10-11 22:58:44 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-10-11 22:58:44 -0400 |
commit | 4658e2bc21fc28e030b9f43999a98cd345b795aa (patch) | |
tree | 7bd874e1f2b425e2c0ad02b1806e39fce687c2db /chibi | |
parent | cb5d4906734d32d0bd6f0dd294300c2bb121a854 (diff) | |
download | tour-4658e2bc21fc28e030b9f43999a98cd345b795aa.tar.gz |
*
Diffstat (limited to 'chibi')
-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 |