Day 6 template

This commit is contained in:
Jonas Neugebauer 2020-12-11 09:42:26 +01:00
parent 5c60259457
commit bc5112c849
2 changed files with 2230 additions and 0 deletions

4
2020/day6_1.py Normal file
View 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

File diff suppressed because it is too large Load Diff