From 86f9e46424d3c07f211fae332b93b8995ae1c91b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 17 Jul 2022 19:22:16 -0400 Subject: Add support for SBCL repl --- Biz/Bild/Example.lisp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Biz/Bild/Example.lisp (limited to 'Biz/Bild/Example.lisp') diff --git a/Biz/Bild/Example.lisp b/Biz/Bild/Example.lisp new file mode 100644 index 0000000..c07fcba --- /dev/null +++ b/Biz/Bild/Example.lisp @@ -0,0 +1,3 @@ +; : out helloworld.exe +(defun main (args) + (print "hello world")) -- cgit v1.2.3