diff options
author | elioat <elioat@tilde.institute> | 2023-07-19 22:58:17 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2023-07-19 22:58:17 -0400 |
commit | aaacfd6f4d6dd57098037de179f98d846b6ad5f3 (patch) | |
tree | 0284aa0218c853f3da67d0ad41ce8e4c73b016a8 /chibi | |
parent | 313c7d81a673031813bfca84fa64eb3cbe7be24b (diff) | |
download | tour-aaacfd6f4d6dd57098037de179f98d846b6ad5f3.tar.gz |
*
Diffstat (limited to 'chibi')
-rw-r--r-- | chibi/print.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chibi/print.scm b/chibi/print.scm index 5f58a23..a23f00e 100644 --- a/chibi/print.scm +++ b/chibi/print.scm @@ -1,7 +1,7 @@ (import (print)) -;; very unofficial test of my tiny print library +;; Very unofficial test of my tiny print library (println "hi there") |