From 310d8d21bfc8a024c9a469a1f39a2370008fd9ea Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 22 Dec 2021 18:34:27 +0100 Subject: Add day 5 to aoc --- top.lisp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'top.lisp') 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)) -- cgit