Skip to content

Commit

Permalink
day 14
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Dec 14, 2023
1 parent 9553cf3 commit 19fd35e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions aocd_example_parser/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -2485,5 +2485,10 @@
{
"input_data": "a_pre[1]"
}
],
"2023/14": [
{
"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.12"
version = "2023.12.14"
description = "Implementation of example parser plugins for advent-of-code-data"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 19fd35e

Please sign in to comment.