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

@@ -14,7 +14,7 @@ test_input = """
.........A..
............
............
""".strip()
"""
test_solution_p1 = 14
test_solution_p2 = 34