38 lines
886 B
Text
38 lines
886 B
Text
[
|
|
(
|
|
given_day: 5,
|
|
given_task: 2,
|
|
where_to_look: "real_puzzel_input/day5_real.txt",
|
|
expected_output: "42",
|
|
),
|
|
(
|
|
given_day: 5,
|
|
given_task: 1,
|
|
where_to_look: "real_puzzel_input/day5_real.txt",
|
|
expected_output: "42",
|
|
),
|
|
(
|
|
given_day: 6,
|
|
given_task: 1,
|
|
where_to_look: "real_puzzel_input/day6_real.txt",
|
|
expected_output: "42",
|
|
),
|
|
(
|
|
given_day: 6,
|
|
given_task: 2,
|
|
where_to_look: "real_puzzel_input/day6_real.txt",
|
|
expected_output: "42",
|
|
),
|
|
(
|
|
given_day: 7,
|
|
given_task: 1,
|
|
where_to_look: "real_puzzel_input/day7_real.txt",
|
|
expected_output: "42",
|
|
),
|
|
(
|
|
given_day: 7,
|
|
given_task: 2,
|
|
where_to_look: "real_puzzel_input/day7_real.txt",
|
|
expected_output: "42",
|
|
),
|
|
]
|