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)))