diff options
author | Boutade <thegoofist@protonmail.com> | 2019-09-30 11:37:03 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-09-30 11:37:03 -0500 |
commit | a3c6d0bae8cb4d8a0f537e75af8c0ee66dca62be (patch) | |
tree | 76cf11d2fecddb01af215c33ec82d62cf3c0c667 /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..c71ecb8 --- /dev/null +++ b/package.lisp @@ -0,0 +1,4 @@ +;;;; package.lisp + +(defpackage #:animise + (:use #:cl)) |