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