Skip to content

Commit

Permalink
Update part1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SpawnTerror committed Dec 25, 2022
1 parent ef48588 commit bfb34a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion day1/part1.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SpawnTerror 2022
# Python 3.11.1
# AOC Day 1
# AOC Day 1 Part 1

# Parse input data into a list, strip line breaks
with open('day1/input.txt', 'r') as f:
Expand Down

0 comments on commit bfb34a0

Please sign in to comment.