summaryrefslogtreecommitdiffstats
path: root/src/common.lisp
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-12-14 01:03:25 +0000
committerYann Herklotz <git@yannherklotz.com>2021-12-14 01:03:25 +0000
commitc05f929f4a3c882215f073fcec17f7f67f74b118 (patch)
treef2d1f2dc610e4c2a4ec116d6aa29c305791145b1 /src/common.lisp
parent070f6560bc16d6d27d304b0f37471cdf6c8c5ff8 (diff)
downloadaoc21-c05f929f4a3c882215f073fcec17f7f67f74b118.tar.gz
aoc21-c05f929f4a3c882215f073fcec17f7f67f74b118.zip
Add top-level lisp file
Diffstat (limited to 'src/common.lisp')
-rw-r--r--src/common.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common.lisp b/src/common.lisp
index 998db58..c59ea79 100644
--- a/src/common.lisp
+++ b/src/common.lisp
@@ -1,4 +1,2 @@
-(ql:quickload "uiop")
-
(defun get-file-lines (name)
(uiop:read-file-lines name))