summaryrefslogtreecommitdiff
path: root/Omni/Bild/Example.lisp
blob: 1063047cfe0de566827d546dcb07765d0cc3a560 (plain)
1
2
3
4
5
;/usr/bin/env run.sh $0; exit
;; : out helloworld.exe
(require 'alexandria)
(defun main ()
  (print "hello world"))