From af3707e3acd8dc169506109410674f9f054eb1a7 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 5 Aug 2022 20:55:51 -0400 Subject: Remove args from lisp example --- Biz/Bild/Example.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Bild') 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")) -- cgit v1.2.3