aboutsummaryrefslogtreecommitdiffstats
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
new file mode 100644
index 0000000..a340f86
--- /dev/null
+++ b/src/package.lisp
@@ -0,0 +1,4 @@
+(defpackage :wajir
+ (:use :cl)
+
+ (:export :main))