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