aoc-copilot
Version:
Advent of Code automatic runner for examples and inputs
24 lines • 568 B
JSON
{
"reason": "Implied answer; transformations",
"part1length": 1,
"inputs": {
"selector": "code",
"indexes": [0, 0]
},
"answers": {
"selector": "code",
"indexesOrLiterals": [6, [8, 10]],
"transforms": [{
"functions": [
{ "map": [
[{ "parseInt": [] }]
] },
{ "reduce": [
[{ "multiply": [] }]
] },
{ "toString": [] }
],
"appliesTo": [1]
}]
}
}