day 3 - part 2
This commit is contained in:
parent
aa67f2a238
commit
e32a98204d
5 changed files with 128 additions and 1 deletions
|
@ -61,5 +61,5 @@ def test_compute_multiplication2_from_multiple_muls():
|
|||
|
||||
|
||||
def test_main():
|
||||
file = Path(__file__).parent / "test-data"
|
||||
file = Path(__file__).parent / "test-data-part1"
|
||||
assert part1.main(file) == 161
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue