summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-12-14 00:49:28 +0000
committerYann Herklotz <git@yannherklotz.com>2021-12-14 00:49:28 +0000
commit1a03751a1968eadf0be4397fd6940a39774aa681 (patch)
treece5a7dc31e0bdcf4adab35720b81e49fb6a2e43b /src
parentad5a08a4c86237b9fabaee78ce8fe48a93570dd1 (diff)
downloadaoc21-1a03751a1968eadf0be4397fd6940a39774aa681.tar.gz
aoc21-1a03751a1968eadf0be4397fd6940a39774aa681.zip
Add tests
Diffstat (limited to 'src')
-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))