Improve input parsing

This commit is contained in:
2024-12-08 08:26:25 -08:00
parent b9f544ed1e
commit 569714d227
8 changed files with 19 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ test_input = """
75,97,47,61,53
61,13,29
97,13,75,29,47
""".strip()
"""
test_solution_p1 = 143
test_solution_p2 = 123