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