aboutsummaryrefslogtreecommitdiff
path: root/2021
diff options
context:
space:
mode:
Diffstat (limited to '2021')
-rw-r--r--2021/04/puzzles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/2021/04/puzzles.py b/2021/04/puzzles.py
index 858450f..20036e0 100644
--- a/2021/04/puzzles.py
+++ b/2021/04/puzzles.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
board = list[list[int]]
-last: board = [[]] * 5
+last: board = []
def bingo(board: board) -> bool: