From be64f23b8d9c51750011c92a6ed3a9c673c3b1a2 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 22 Dec 2021 19:28:59 +0100 Subject: Add day 6 --- top.lisp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'top.lisp') 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)) -- cgit