diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-21 06:29:55 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-21 06:29:55 -0500 |
commit | 918fa5f7a994c3aa6ec4af9005e8a3375b4149af (patch) | |
tree | c0e2c1627b5454b94b0fb62c330391f628dd9102 /wheelwork.lisp |
initial commit
Diffstat (limited to 'wheelwork.lisp')
-rw-r--r-- | wheelwork.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wheelwork.lisp b/wheelwork.lisp new file mode 100644 index 0000000..e7c3546 --- /dev/null +++ b/wheelwork.lisp @@ -0,0 +1,3 @@ +;;;; wheelwork.lisp + +(in-package #:wheelwork) |