summaryrefslogtreecommitdiff
path: root/Biz
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-08-05 20:55:51 -0400
committerBen Sima <ben@bsima.me>2022-08-05 20:55:51 -0400
commitaf3707e3acd8dc169506109410674f9f054eb1a7 (patch)
treecdc3dc2541cc05d2d4bcfc4afcb0bce573bf031c /Biz
parent65105e9b7942ceccb4da14bccaec2e781821cf0c (diff)
Remove args from lisp example
Diffstat (limited to 'Biz')
-rw-r--r--Biz/Bild/Example.lisp2
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"))