We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0720bdd + a821485 commit 964d3aeCopy full SHA for 964d3ae
aocd_example_parser/examples.json
@@ -2553,5 +2553,11 @@
2553
"answer_b": "b_code[18]",
2554
"extra": {"n_steps": 5000}
2555
}
2556
+ ],
2557
+ "2023/23": [
2558
+ {
2559
+ "answer_a": "a_code[-6]",
2560
+ "answer_b": "b_code[-2]"
2561
+ }
2562
]
2563
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "aocd-example-parser"
7
-version = "2023.12.21"
+version = "2023.12.23"
8
description = "Implementation of example parser plugins for advent-of-code-data"
9
readme = "README.md"
10
requires-python = ">=3.9"
0 commit comments