File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 2691
2691
{
2692
2692
"answer_b" : " b_code[-2]"
2693
2693
}
2694
+ ],
2695
+ "2024/20" : [
2696
+ {
2697
+ "answer_a" : " '44'" ,
2698
+ "answer_b" : " None" ,
2699
+ "extra" : {"dt_min" : 2 }
2700
+ },
2701
+ {
2702
+ "answer_a" : " None" ,
2703
+ "answer_b" : " '285'" ,
2704
+ "extra" : {"dt_min" : 50 }
2705
+ }
2706
+ ],
2707
+ "2024/21" : [
2708
+ {
2709
+ "input_data" : " a_pre[-2]"
2710
+ }
2711
+ ],
2712
+ "2024/22" : [
2713
+ {
2714
+ "input_data" : " a_pre[1]" ,
2715
+ "answer_b" : " None"
2716
+ },
2717
+ {
2718
+ "input_data" : " b_pre[-1]" ,
2719
+ "answer_a" : " None" ,
2720
+ "answer_b" : " b_code[-2]"
2721
+ }
2722
+ ],
2723
+ "2024/23" : [
2724
+ {
2725
+ "answer_a" : " a_code[-3]"
2726
+ }
2694
2727
]
2695
2728
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " aocd-example-parser"
7
- version = " 2024.12.19 "
7
+ version = " 2024.12.23 "
8
8
description = " Implementation of example parser plugins for advent-of-code-data"
9
9
readme = " README.md"
10
10
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments