tvl-depot/nix/buildLisp/example/lib.lisp

7 lines
104 B
Common Lisp
Raw Normal View History

(defpackage lib-example
(:use :cl)
(:export :who))
(in-package :lib-example)
(defun who () "edef")