diff options
author | Boutade <thegoofist@protonmail.com> | 2019-09-23 09:57:52 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-09-23 09:57:52 -0500 |
commit | 7d7ccc3139247b3a9d997698d9ce16f5a8784050 (patch) | |
tree | ce114789eb0f78c6cbea14f88e1df5e32e8a5d4b /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..fce085a --- /dev/null +++ b/package.lisp @@ -0,0 +1,4 @@ +;;;; package.lisp + +(defpackage #:granolin + (:use #:cl)) |