Skip to content

Commit e1f0029

Browse files
authored
Merge pull request #12 from dloveall/dloveall-reference-data-2024-21-23
Add reference data for 2024/20 through 2024/23
2 parents 6146c48 + fe4d57c commit e1f0029

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

aocd_example_parser/examples.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2691,5 +2691,38 @@
26912691
{
26922692
"answer_b": "b_code[-2]"
26932693
}
2694+
],
2695+
"2024/20": [
2696+
{
2697+
"answer_a": "'44'",
2698+
"answer_b": "None",
2699+
"extra": {"dt_min": 2}
2700+
},
2701+
{
2702+
"answer_a": "None",
2703+
"answer_b": "'285'",
2704+
"extra": {"dt_min": 50}
2705+
}
2706+
],
2707+
"2024/21": [
2708+
{
2709+
"input_data": "a_pre[-2]"
2710+
}
2711+
],
2712+
"2024/22": [
2713+
{
2714+
"input_data": "a_pre[1]",
2715+
"answer_b": "None"
2716+
},
2717+
{
2718+
"input_data": "b_pre[-1]",
2719+
"answer_a": "None",
2720+
"answer_b": "b_code[-2]"
2721+
}
2722+
],
2723+
"2024/23": [
2724+
{
2725+
"answer_a": "a_code[-3]"
2726+
}
26942727
]
26952728
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "aocd-example-parser"
7-
version = "2024.12.19"
7+
version = "2024.12.23"
88
description = "Implementation of example parser plugins for advent-of-code-data"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)