From e822939d3afb6c9d08a4212bbb07958cf79462d1 Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Sat, 11 Dec 2021 11:52:03 +0100 Subject: [PATCH] . --- 2021/Python/day09.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021/Python/day09.py b/2021/Python/day09.py index f1cabe1..87aec78 100644 --- a/2021/Python/day09.py +++ b/2021/Python/day09.py @@ -49,4 +49,4 @@ def solve2() -> int: if __name__ == "__main__": print(solve1()) # 522 - print(solve2()) # None + print(solve2()) # 916688