day 3 - part 2

This commit is contained in:
Stanislas Jouffroy 2024-12-04 11:16:44 +01:00
parent aa67f2a238
commit e32a98204d
5 changed files with 128 additions and 1 deletions

View file

@ -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