Skip to content

Commit 75b9b9b

Browse files
committed
Removed useless row
1 parent 40744c8 commit 75b9b9b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

aoc/2025/01/01.vn.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44

55
with open("input.txt", "r") as f:
66
inp = f.readlines()
7-
87

98
res1, res2 = 0, 0
109
pointer = 50
11-
n = 0
10+
1211
for row in inp:
1312
row = row.strip()
1413
sens = 1 if row[0] == "R" else -1

0 commit comments

Comments
 (0)