diff options
author | elioat <elioat@tilde.institute> | 2022-10-16 19:32:19 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-10-16 19:32:19 -0400 |
commit | eb4f43e5f32c5a3e27f98e1e0a834ccee3e44697 (patch) | |
tree | d3adaa080046f4521cf913e4c43f06904bdb000e | |
parent | 18a8d5478776d0a2aef64a9419c6be68418ad12e (diff) | |
download | tour-eb4f43e5f32c5a3e27f98e1e0a834ccee3e44697.tar.gz |
*
-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 6e6ec99..376cdf4 100644 --- a/chibi/print.scm +++ b/chibi/print.scm @@ -1,7 +1,7 @@ (import (print)) -;; very unoficial test of my tiny print library +;; very unofficial test of my tiny print library (println "hi there") |