summaryrefslogtreecommitdiffstats
path: root/top.lisp
diff options
context:
space:
mode:
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))