diff options
author | Ben Sima <ben@bsima.me> | 2022-08-05 20:55:51 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-08-05 20:55:51 -0400 |
commit | af3707e3acd8dc169506109410674f9f054eb1a7 (patch) | |
tree | cdc3dc2541cc05d2d4bcfc4afcb0bce573bf031c /Biz/Bild | |
parent | 65105e9b7942ceccb4da14bccaec2e781821cf0c (diff) |
Remove args from lisp example
Diffstat (limited to 'Biz/Bild')
-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")) |