mirror of
https://github.com/jneug/adventofcode.git
synced 2026-04-14 06:43:33 +02:00
Day 6 template
This commit is contained in:
4
2020/day6_1.py
Normal file
4
2020/day6_1.py
Normal file
@@ -0,0 +1,4 @@
|
||||
input = []
|
||||
with open('day6_input.txt', 'r') as f:
|
||||
for line in f.readlines():
|
||||
input.append(line.strip())
|
||||
2226
2020/day6_input.txt
Normal file
2226
2020/day6_input.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user