diff --git a/aocd_example_parser/examples.json b/aocd_example_parser/examples.json index 03c8446..4d6a193 100644 --- a/aocd_example_parser/examples.json +++ b/aocd_example_parser/examples.json @@ -2553,5 +2553,11 @@ "answer_b": "b_code[18]", "extra": {"n_steps": 5000} } + ], + "2023/23": [ + { + "answer_a": "a_code[-6]", + "answer_b": "b_code[-2]" + } ] } diff --git a/pyproject.toml b/pyproject.toml index 92f7a03..5e68706 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "aocd-example-parser" -version = "2023.12.21" +version = "2023.12.23" description = "Implementation of example parser plugins for advent-of-code-data" readme = "README.md" requires-python = ">=3.9"