aoc-copilot
Version:
Advent of Code automatic runner for examples and inputs
24 lines • 598 B
JSON
{
"reason": "Multiple examples; implied answers",
"part1length": 2,
"inputs": {
"selector": "code",
"indexes": [9, 51, 9, 51]
},
"answers": {
"selector": "code",
"indexesOrLiterals": [[49, 50], [52, 53], 59, 64],
"transforms": [{
"functions": [
{ "map": [
[{ "parseInt": [] }]
] },
{ "reduce": [
[{ "multiply": [] }]
] },
{ "toString": [] }
],
"appliesTo": [0, 1]
}]
}
}