about summary refs log tree commit diff
path: root/nix/buildLisp/example/main.lisp
blob: f98bb8409a610f3b4e6dcf012f27d5ce1d0f426a (plain) (blame)
1
2
3
4
5
6
7
(defpackage example
  (:use :cl :lib-example)
  (:export :main))
(in-package :example)

(defun main ()
  (format t "i <3 ~S" (who)))