summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-09-30 11:37:03 -0500
committerBoutade <thegoofist@protonmail.com>2019-09-30 11:37:03 -0500
commita3c6d0bae8cb4d8a0f537e75af8c0ee66dca62be (patch)
tree76cf11d2fecddb01af215c33ec82d62cf3c0c667 /package.lisp
initial commit
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
new file mode 100644
index 0000000..c71ecb8
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,4 @@
+;;;; package.lisp
+
+(defpackage #:animise
+ (:use #:cl))