generated from public/aoc_template
day5 - foreign input
This commit is contained in:
parent
5796d65b3d
commit
c86e6e1dd4
2
day05.py
2
day05.py
@ -14,10 +14,12 @@ class Day(AOCDay):
|
|||||||
inputs = [
|
inputs = [
|
||||||
[
|
[
|
||||||
(143, "input5_test"),
|
(143, "input5_test"),
|
||||||
|
(4766, "input5_martin"),
|
||||||
(5732, "input5"),
|
(5732, "input5"),
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
(123, "input5_test"),
|
(123, "input5_test"),
|
||||||
|
(6257, "input5_martin"),
|
||||||
(4716, "input5"),
|
(4716, "input5"),
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
|
|||||||
1377
inputs/input5_martin
Normal file
1377
inputs/input5_martin
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user