day22 - foreign input

This commit is contained in:
Stefan Harmuth 2022-12-26 15:28:44 +01:00
parent 3853ccdbd7
commit 1d61351d40
2 changed files with 204 additions and 0 deletions

View File

@ -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

File diff suppressed because one or more lines are too long