Adjust solvers to return integer
This commit is contained in:
@@ -54,7 +54,7 @@ def test_solve_part_1():
|
||||
]
|
||||
)
|
||||
)
|
||||
== "142"
|
||||
== 142
|
||||
)
|
||||
|
||||
|
||||
@@ -73,5 +73,5 @@ def test_solve_part_2():
|
||||
]
|
||||
)
|
||||
)
|
||||
== "281"
|
||||
== 281
|
||||
)
|
||||
|
Reference in New Issue
Block a user