summaryrefslogtreecommitdiff
path: root/package.lisp
blob: dd998cb2afc44ccd928af1d4823c37f846179dc9 (plain)
1
2
3
4
5
6
7
;;;; package.lisp

(defpackage #:the-price-of-a-cup-of-coffee
  (:use #:cl #:alexandria #:animise)
  (:nicknames #:pocc))