summaryrefslogtreecommitdiff
path: root/2018/aoc18-d01-2.py
diff options
context:
space:
mode:
authorb-idea <test@test.com>2023-07-15 21:11:33 +0200
committerb-idea <test@test.com>2023-07-15 21:11:33 +0200
commit762cbd65915bbb14e05c4f1e6a868fc5e4047f8b (patch)
tree7ed95eb391300f660d98cdd3a1053abe452ccac7 /2018/aoc18-d01-2.py
parent711b4271603fce61330b33c67c172e0c580960b8 (diff)
filling in few days of 2018
Diffstat (limited to '2018/aoc18-d01-2.py')
-rw-r--r--2018/aoc18-d01-2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/2018/aoc18-d01-2.py b/2018/aoc18-d01-2.py
index 3462b14..ee8bab2 100644
--- a/2018/aoc18-d01-2.py
+++ b/2018/aoc18-d01-2.py
@@ -1,4 +1,4 @@
-
+print();
f = open("input");
part1 = 0;