summary refs log tree commit diff stats
path: root/boudin.sld
diff options
context:
space:
mode:
authorCase Duckworth2023-08-15 23:33:17 -0500
committerCase Duckworth2023-08-15 23:33:17 -0500
commitd4830cdd422258a7c91a5ed07af50f8c208a29ee (patch)
treebacdf4124ef9b9467ea64c6d098a5cd78426912a /boudin.sld
parentEtc (diff)
downloadboudin-d4830cdd422258a7c91a5ed07af50f8c208a29ee.tar.gz
boudin-d4830cdd422258a7c91a5ed07af50f8c208a29ee.zip
A new start (again)
Diffstat (limited to 'boudin.sld')
-rw-r--r--boudin.sld7
1 files changed, 7 insertions, 0 deletions
diff --git a/boudin.sld b/boudin.sld new file mode 100644 index 0000000..8129659 --- /dev/null +++ b/boudin.sld
@@ -0,0 +1,7 @@
1(define-library (boudin)
2 (import (scheme base)
3 (scheme repl)
4 (boudin schmaltz))
5 (export hello)
6 (begin
7 (define hello "Hi")))