summary refs log tree commit diff stats
path: root/boudin.sld
diff options
context:
space:
mode:
authorCase Duckworth2023-09-06 22:45:45 -0500
committerCase Duckworth2023-09-06 22:45:45 -0500
commit59598f42c16cf12e544e5bf2ce9c873fba94238e (patch)
tree055f106b72f289f59d4af417a24448e4983dbec3 /boudin.sld
parentA new start (again) (diff)
downloadboudin-59598f42c16cf12e544e5bf2ce9c873fba94238e.tar.gz
boudin-59598f42c16cf12e544e5bf2ce9c873fba94238e.zip
A newerer beginning
Diffstat (limited to 'boudin.sld')
-rw-r--r--boudin.sld7
1 files changed, 0 insertions, 7 deletions
diff --git a/boudin.sld b/boudin.sld deleted file mode 100644 index 8129659..0000000 --- a/boudin.sld +++ /dev/null
@@ -1,7 +0,0 @@
1(define-library (boudin)
2 (import (scheme base)
3 (scheme repl)
4 (boudin schmaltz))
5 (export hello)
6 (begin
7 (define hello "Hi")))