aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-21 06:29:55 -0500
committerColin Okay <colin@cicadas.surf>2022-06-21 06:29:55 -0500
commit918fa5f7a994c3aa6ec4af9005e8a3375b4149af (patch)
treec0e2c1627b5454b94b0fb62c330391f628dd9102 /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..f94e1c2
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,4 @@
+;;;; package.lisp
+
+(defpackage #:wheelwork
+ (:use #:cl))