File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# solution: /submissions/accepted/submission.py
2
2
# visualizer: /visualizers/asy.sh
3
- version : 2024-11 # use this version of the generators framework
3
+ version : 2025-02 # use this version of the generators framework
4
4
5
5
{%testdata_yaml_comment%}testdata.yaml:
6
6
# One or more of:
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ import "strings"
70
70
valid_output ?: #testgroup
71
71
})
72
72
#testgroup_config
73
- version : =~ " ^[0-9]{4}-[0-9]{2}$ " | * " 2024-12 "
73
+ version : =~ " ^[0-9]{4}-[0-9]{2}$ " | * " 2025-02 "
74
74
75
75
... // Do allow unknown_key at top level for tooling
76
76
}
Original file line number Diff line number Diff line change 277
277
}
278
278
},
279
279
"additionalProperties" : true ,
280
- "description" : " Generate test data for this problem. Version 2024-11 ." ,
280
+ "description" : " Generate test data for this problem. Version 2025-02 ." ,
281
281
"properties" : {
282
282
"solution" : {
283
283
"$ref" : " #/$defs/solution"
You can’t perform that action at this time.
0 commit comments