aboutsummaryrefslogtreecommitdiff
path: root/2021/02.py
diff options
context:
space:
mode:
authorj-james2021-12-10 06:06:36 +0000
committerj-james2021-12-10 06:10:32 +0000
commitdceff3743c2639464ecd7a605fdc2b4b265bdff1 (patch)
tree0932433ba54f2d47078a6072f9d32926ad52d97e /2021/02.py
parent851db644dfab429a104188450f016f5d83d9337c (diff)
Day Ten
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":