summary refs log tree commit diff stats
path: root/boudin.sld
diff options
context:
space:
mode:
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")))