Update day01.py

This commit is contained in:
kamoshi 2020-12-02 16:17:11 +01:00 committed by GitHub
parent d6935aa828
commit 20e951d273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,5 +20,5 @@ def solve_p2():
print(combo)
solve_p1():
solve_p1()
solve_p2()