aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-07 17:29:41 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-07 17:29:41 -0500
commit9d7df1e210927e7237703e696fcaf50a4ebad264 (patch)
treef783fa0877c6c35ab1cd054177f9e0dd028e126a /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..c07459e
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,4 @@
+;;;; package.lisp
+
+(defpackage #:gtwiwtg
+ (:use #:cl))