Skip to content

Commit 964d3ae

Browse files
authored
Merge pull request #11 from wimglenn/2023/23
2023/23
2 parents 0720bdd + a821485 commit 964d3ae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

aocd_example_parser/examples.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2553,5 +2553,11 @@
25532553
"answer_b": "b_code[18]",
25542554
"extra": {"n_steps": 5000}
25552555
}
2556+
],
2557+
"2023/23": [
2558+
{
2559+
"answer_a": "a_code[-6]",
2560+
"answer_b": "b_code[-2]"
2561+
}
25562562
]
25572563
}

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 = "2023.12.21"
7+
version = "2023.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)