day22 - foreign input
This commit is contained in:
parent
3853ccdbd7
commit
1d61351d40
2
day22.py
2
day22.py
@ -148,10 +148,12 @@ class Day(AOCDay):
|
|||||||
inputs = [
|
inputs = [
|
||||||
[
|
[
|
||||||
(6032, "input22_test"),
|
(6032, "input22_test"),
|
||||||
|
(191010, "input22_dennis"),
|
||||||
(1428, "input22"),
|
(1428, "input22"),
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
(5031, "input22_test"),
|
(5031, "input22_test"),
|
||||||
|
(55364, "input22_dennis"),
|
||||||
(142380, "input22"),
|
(142380, "input22"),
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|||||||
202
inputs/input22_dennis
Normal file
202
inputs/input22_dennis
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user