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 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))