diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-20 10:34:40 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-20 10:34:40 -0500 |
commit | 16e1a142a28a0421bc91456ca7bf4cac6a14095f (patch) | |
tree | f5a5471bb027a25ed1dcc691ccef07bd001cb9dc /package.lisp |
initial commit
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp new file mode 100644 index 0000000..fde7f4b --- /dev/null +++ b/package.lisp @@ -0,0 +1,4 @@ +;;;; package.lisp + +(defpackage #:vampire + (:use #:cl)) |