Simplify test input

This commit is contained in:
2024-12-04 22:08:54 -08:00
parent 80b85b459e
commit 00a3bdd07b
6 changed files with 28 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
from typing import Iterator
test_input_p1 = """
test_input = """
47|53
97|13
97|61
@@ -31,7 +31,6 @@ test_input_p1 = """
61,13,29
97,13,75,29,47
""".strip()
test_input_p2 = test_input_p1
test_solution_p1 = 143
test_solution_p2 = 123