diff options
author | screwtape <screwtape@sdf.org> | 2023-05-11 09:37:43 +0000 |
---|---|---|
committer | screwtape <screwtape@sdf.org> | 2023-05-11 09:37:43 +0000 |
commit | 0285f426921326be2f4c5840ed469454c6479789 (patch) | |
tree | a8f3890162e741fc3c48c4509c38bb58b42a8087 /packages.lisp | |
parent | d0c8da6985d1fd8a0d9e9a2a89c4a504b79f73d3 (diff) | |
download | cl-binry-hop-master.tar.gz |
Diffstat (limited to 'packages.lisp')
-rw-r--r-- | packages.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.lisp b/packages.lisp new file mode 100644 index 0000000..c685cb3 --- /dev/null +++ b/packages.lisp @@ -0,0 +1 @@ +(defpackage "binry-hop" (:use :cl) (:nicknames :hop)) |