diff options
author | Boutade <thegoofist@protonmail.com> | 2019-10-11 07:41:46 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-10-11 07:41:46 -0500 |
commit | 89a57373ad50be71d863bba415f40e04467e560a (patch) | |
tree | 084a31a111fd61fb64767b475f09372218ee93b8 /package.lisp |
initial commit
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp new file mode 100644 index 0000000..dd998cb --- /dev/null +++ b/package.lisp @@ -0,0 +1,7 @@ +;;;; package.lisp + +(defpackage #:the-price-of-a-cup-of-coffee + (:use #:cl #:alexandria #:animise) + (:nicknames #:pocc)) + + |