Skip to content

Commit

Permalink
2023/23
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Dec 19, 2024
1 parent 0720bdd commit a821485
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 a821485

Please sign in to comment.