Make everything work again.

This commit is contained in:
2023-12-27 21:53:08 -05:00
parent 78f9fb6e0b
commit 66e2d48eaa
4 changed files with 5 additions and 5 deletions

3
d19.py
View File

@@ -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()