Simplify test input
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user