mirror of
https://github.com/jneug/adventofcode.git
synced 2026-04-14 06:43:33 +02:00
Day 5 template
This commit is contained in:
4
2020/day5_1.py
Normal file
4
2020/day5_1.py
Normal file
@@ -0,0 +1,4 @@
|
||||
input = []
|
||||
with open('day5_input.txt', 'r') as f:
|
||||
for line in f.readlines():
|
||||
input.append(line.strip())
|
||||
Reference in New Issue
Block a user