]> localhost Git - adventofcode2019.git/commit
Rework day14pt1
authorJack Kinsey <kinsey_john@bah.com>
Thu, 19 Dec 2019 17:12:42 +0000 (12:12 -0500)
committerJack Kinsey <kinsey_john@bah.com>
Thu, 19 Dec 2019 17:30:49 +0000 (12:30 -0500)
commitf7255df05fe5cd677cdacd1e2b90c5a3ce087160
treee426e6272fc2a5666c72b723613e94e14379b7ab
parentd4b2e30b98320a83d24b114e34305e2d1d4daab2
Rework day14pt1

day14pt1 was tested failing, so it's been reworked. Local tests are
green, but this version hasn't been checked against AoC.

Also, beef up local testing.
src/adventofcode2019/day14.clj
src/adventofcode2019/lib.clj
test/adventofcode2019/core_test.clj
test/adventofcode2019/day14_test.clj
test/adventofcode2019/template_test.clj [new file with mode: 0644]