about summary refs log tree commit diff
path: root/nix/buildLisp/example/main.lisp
(defpackage example
  (:use :cl :lib-example)
  (:export :main))
(in-package :example)

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