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