aboutsummaryrefslogtreecommitdiff
path: root/2021/02.py
diff options
context:
space:
mode:
Diffstat (limited to '2021/02.py')
-rw-r--r--2021/02.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/2021/02.py b/2021/02.py
index 2489b90..f6e9475 100644
--- a/2021/02.py
+++ b/2021/02.py
@@ -4,7 +4,6 @@ file = open("input/02.txt").readlines()
hori = 0
depth = 0
-
for line in file:
com = line.split()
if com[0] == "forward":