day 16 much, much quicker
This commit is contained in:
parent
d02d8190f0
commit
eb12a799fd
3 changed files with 164 additions and 128 deletions
|
|
@ -11,7 +11,7 @@ def test_part1():
|
|||
|
||||
|
||||
def test_part2():
|
||||
lines = input.read_lines(day_num, 'example01.txt')
|
||||
lines = input.read_lines(day_num, 'input.txt')
|
||||
expected = 1707
|
||||
result = part2(lines)
|
||||
assert result == expected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue