diff options
author | Colin Okay <okay@toyful.space> | 2022-02-02 14:08:23 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-02 14:08:23 -0600 |
commit | 595f7ae79c74129a28eba5fa68feb33875eb3323 (patch) | |
tree | b86c4b4555c6e596c989231bf7f481eea3eefcba /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..ff073d9 --- /dev/null +++ b/src/main.lisp @@ -0,0 +1,5 @@ +(defpackage oneliners.api + (:use :cl)) +(in-package :oneliners.api) + +;; blah blah blah. |