commit 1fa9aa89ff2daf4cc4a43f917512963bf9a4ab6b from: Lukas Henkel date: Tue Dec 03 05:15:56 2024 UTC Add test commit - f4702ab909eae61b66c4164fb82c26bdb4f78337 commit + 1fa9aa89ff2daf4cc4a43f917512963bf9a4ab6b blob - 448308e33f8927217165827216e1fd8b27a51f2e blob + c4ebb6afc96cdfa83cc4d6fa4b580944a32c1b69 --- t/day-3.lisp +++ t/day-3.lisp @@ -4,4 +4,5 @@ (define-test test-day-3 () - ) \ No newline at end of file + (assert= 161 (aoc:run-day 3 "xmul(2,4)%&mul[3,7]!@^do_not_mul(5,5)+mul(32,64]then(mul(11,8)mul(8,5))")) + (assert= 48 (nth-value 1 (aoc:run-day 3 "xmul(2,4)&mul[3,7]!^don't()_mul(5,5)+mul(32,64](mul(11,8)undo()?mul(8,5))"))))