summaryrefslogtreecommitdiffstats
path: root/src/common.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.lisp')
-rw-r--r--src/common.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common.lisp b/src/common.lisp
new file mode 100644
index 0000000..998db58
--- /dev/null
+++ b/src/common.lisp
@@ -0,0 +1,4 @@
+(ql:quickload "uiop")
+
+(defun get-file-lines (name)
+ (uiop:read-file-lines name))