summaryrefslogtreecommitdiffstats
path: root/top.lisp
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-12-22 18:34:27 +0100
committerYann Herklotz <git@yannherklotz.com>2021-12-22 18:34:27 +0100
commit310d8d21bfc8a024c9a469a1f39a2370008fd9ea (patch)
tree3a74bb424c2ffd1be2b8c59cf0dc36316e560760 /top.lisp
parent8572c23e969af73092fe99a0e89b4f94159cb032 (diff)
downloadaoc21-310d8d21bfc8a024c9a469a1f39a2370008fd9ea.tar.gz
aoc21-310d8d21bfc8a024c9a469a1f39a2370008fd9ea.zip
Add day 5 to aoc
Diffstat (limited to 'top.lisp')
-rw-r--r--top.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/top.lisp b/top.lisp
index 8a6ff40..73b1825 100644
--- a/top.lisp
+++ b/top.lisp
@@ -27,4 +27,7 @@
(load "src/04.lisp")
(load "test/04.lisp")
+(load "src/05.lisp")
+(load "test/05.lisp")
+
(defun run-all () (clunit:run-suite 'aoc))