From 9fcd733232b6f209519d2eadc83ed4cbd3376e0d Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 7 Sep 2023 12:19:32 -0600 Subject: common lisp! --- cl/src/utils/package.lisp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cl/src/utils/package.lisp (limited to 'cl/src/utils/package.lisp') diff --git a/cl/src/utils/package.lisp b/cl/src/utils/package.lisp new file mode 100644 index 0000000..0436a94 --- /dev/null +++ b/cl/src/utils/package.lisp @@ -0,0 +1,4 @@ +(in-package :cl-user) +(defpackage lizfcm.utils + (:use :cl) + (:export :within-range-p)) -- cgit v1.3