ability to run code and check output in tests
This commit is contained in:
8
aoc2024/Day21.newt.golden
Normal file
8
aoc2024/Day21.newt.golden
Normal file
@@ -0,0 +1,8 @@
|
||||
aoc2024/day21/eg.txt
|
||||
[("0", 3, 1), ("1", 2, 0), ("2", 2, 1), ("3", 2, 2), ("4", 1, 0), ("5", 1, 1), ("6", 1, 2), ("7", 0, 0), ("8", 0, 1), ("9", 0, 2), ("A", 3, 2)]
|
||||
part1 126384
|
||||
part2 154115708116294
|
||||
aoc2024/day21/input.txt
|
||||
[("0", 3, 1), ("1", 2, 0), ("2", 2, 1), ("3", 2, 2), ("4", 1, 0), ("5", 1, 1), ("6", 1, 2), ("7", 0, 0), ("8", 0, 1), ("9", 0, 2), ("A", 3, 2)]
|
||||
part1 248108
|
||||
part2 303836969158972
|
||||
Reference in New Issue
Block a user