summaryrefslogtreecommitdiff
path: root/Biz/Bild/Example.lisp
blob: 2a5f908c0bde721188627fbcdc6c749b738720e4 (plain)
1
2
3
4
;; : out helloworld.exe
(require 'alexandria)
(defun main (args)
  (print "hello world"))