Skip to content

Commit

Permalink
Merge pull request #11 from wimglenn/2023/23
Browse files Browse the repository at this point in the history
2023/23
  • Loading branch information
wimglenn authored Dec 19, 2024
2 parents 0720bdd + a821485 commit 964d3ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions aocd_example_parser/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
}
]
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 964d3ae

Please sign in to comment.