finished day 6

This commit is contained in:
gabe 2022-09-13 17:44:46 -05:00
parent 5b996a5019
commit 23b6ce30b4
5 changed files with 2317 additions and 1 deletions

View file

@ -20,7 +20,7 @@ def example2():
# @pytest.mark.skip(reason="Not implemented")
def test_parse_example1(example1):
"""Test that input is parsed properly"""
assert example1 == [(44,5), (70,7), (14,7), (102, 4)]
assert example1 == {119, 357, 567, 820}
# @pytest.mark.skip(reason="Not implemented")
def test_part1_example1(example1):