diff options
author | Case Duckworth | 2023-09-06 22:45:45 -0500 |
---|---|---|
committer | Case Duckworth | 2023-09-06 22:45:45 -0500 |
commit | 59598f42c16cf12e544e5bf2ce9c873fba94238e (patch) | |
tree | 055f106b72f289f59d4af417a24448e4983dbec3 /boudin.sld | |
parent | A new start (again) (diff) | |
download | boudin-59598f42c16cf12e544e5bf2ce9c873fba94238e.tar.gz boudin-59598f42c16cf12e544e5bf2ce9c873fba94238e.zip |
A newerer beginning
Diffstat (limited to 'boudin.sld')
-rw-r--r-- | boudin.sld | 7 |
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"))) | ||