Make everything work again.
This commit is contained in:
3
d19.py
3
d19.py
@@ -140,10 +140,9 @@ def main():
|
||||
# 25:00
|
||||
|
||||
print("Example 2:", solve(Input(EXAMPLE), True))
|
||||
print("Correct 2:", 167409079868000)
|
||||
assert solve(Input(EXAMPLE), True) == 167409079868000
|
||||
print("Solution 2:", solve(Input(DAY_INPUT), True))
|
||||
# 120:00
|
||||
return
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user