diff options
Diffstat (limited to 'Biz/Bild/Example.lisp')
-rw-r--r-- | Biz/Bild/Example.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Biz/Bild/Example.lisp b/Biz/Bild/Example.lisp index c07fcba..2a5f908 100644 --- a/Biz/Bild/Example.lisp +++ b/Biz/Bild/Example.lisp @@ -1,3 +1,4 @@ -; : out helloworld.exe +;; : out helloworld.exe +(require 'alexandria) (defun main (args) (print "hello world")) |