diff options
author | colin <colin@cicadas.surf> | 2023-09-16 10:06:21 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-09-16 10:06:21 -0700 |
commit | ffdcc3c6154aa5a77314e240621ff10a3e6c26e3 (patch) | |
tree | 41e85718cad4e939a9c953f33a5348c830fdf282 /package.lisp |
Initial commitmaster
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp new file mode 100644 index 0000000..5190795 --- /dev/null +++ b/package.lisp @@ -0,0 +1,5 @@ +;;;; package.lisp + +(defpackage #:forget + (:use #:cl) + (:export #:forget)) |