diff options
author | Colin Okay <okay@toyful.space> | 2022-02-03 13:51:39 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-03 13:51:39 -0600 |
commit | 15c796b78a6d766a269fa3b17656d99cb7dcd8c8 (patch) | |
tree | bfd3d80f7bea10e6ed464142faa464f405a4ca26 /src |
initial commit
Diffstat (limited to 'src')
-rw-r--r-- | src/main.lisp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.lisp b/src/main.lisp new file mode 100644 index 0000000..649c140 --- /dev/null +++ b/src/main.lisp @@ -0,0 +1,5 @@ +(defpackage oneliners.cli + (:use :cl)) +(in-package :oneliners.cli) + +;; blah blah blah. |