Skip to content

Commit 82c7272

Browse files
committed
Cleaning
1 parent 21bb3fd commit 82c7272

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

aoc/2025/04/04.vn.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Advent of code Day 04
22
# https://adventofcode.com/2025/day/4
33
# 04/12/2025
4-
5-
from tqdm.auto import tqdm
6-
from functools import reduce
74

85
with open("input.txt") as file:
96
inp = list(map(lambda row: list(row.strip()), file.readlines()))

0 commit comments

Comments
 (0)