diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-04-18 21:10:24 -0500 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-04-18 21:10:24 -0500 |
commit | c13506f996a671d08612879d359cbee75cb8e42c (patch) | |
tree | 9fdb677c365956b0f29a18f82fc8bf9123f57a32 /package.lisp | |
parent | ec408cc4235a18b9089a93aee6145bb398346577 (diff) |
Feature: alpha version of the snekeyes dice rolling bot
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..2936e1a --- /dev/null +++ b/package.lisp @@ -0,0 +1,4 @@ +;;;; package.lisp + +(defpackage #:snekeyes + (:use #:cl #:granolin)) |