We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bb3fd commit 82c7272Copy full SHA for 82c7272
aoc/2025/04/04.vn.py
@@ -1,9 +1,6 @@
1
# Advent of code Day 04
2
# https://adventofcode.com/2025/day/4
3
# 04/12/2025
4
-
5
-from tqdm.auto import tqdm
6
-from functools import reduce
7
8
with open("input.txt") as file:
9
inp = list(map(lambda row: list(row.strip()), file.readlines()))
0 commit comments