From d4830cdd422258a7c91a5ed07af50f8c208a29ee Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 15 Aug 2023 23:33:17 -0500 Subject: A new start (again) --- boudin.sld | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 boudin.sld (limited to 'boudin.sld') diff --git a/boudin.sld b/boudin.sld new file mode 100644 index 0000000..8129659 --- /dev/null +++ b/boudin.sld @@ -0,0 +1,7 @@ +(define-library (boudin) + (import (scheme base) + (scheme repl) + (boudin schmaltz)) + (export hello) + (begin + (define hello "Hi"))) -- cgit 1.4.1-21-gabe81