diff options
author | Ben Sima <ben@bsima.me> | 2022-07-17 19:22:16 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-17 19:22:16 -0400 |
commit | 86f9e46424d3c07f211fae332b93b8995ae1c91b (patch) | |
tree | c208ba1fd0c12831a93a99328fd12d5ea856a71b /Biz/Bild | |
parent | 7e59ce132303837b05aaa5f173ea2050ac0203f6 (diff) |
Add support for SBCL repl
Diffstat (limited to 'Biz/Bild')
-rw-r--r-- | Biz/Bild/Example.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
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")) |