summaryrefslogtreecommitdiffstats
path: root/top.lisp
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-12-22 19:28:59 +0100
committerYann Herklotz <git@yannherklotz.com>2021-12-22 19:28:59 +0100
commitbe64f23b8d9c51750011c92a6ed3a9c673c3b1a2 (patch)
treec3fdc89448da8902237e59da86ae60b37b726050 /top.lisp
parent9520f3b2dc505d48c3987afdaa856b97e3cfa1cf (diff)
downloadaoc21-main.tar.gz
aoc21-main.zip
Add day 6main
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 73b1825..3851e46 100644
--- a/top.lisp
+++ b/top.lisp
@@ -30,4 +30,7 @@
(load "src/05.lisp")
(load "test/05.lisp")
+(load "src/06.lisp")
+(load "test/06.lisp")
+
(defun run-all () (clunit:run-suite 'aoc))