diff options
Diffstat (limited to '2018/aoc18-d01-2.py')
-rw-r--r-- | 2018/aoc18-d01-2.py | 2 |
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; |