aoc-copilot
Version:
Advent of Code automatic runner for examples and inputs
19 lines • 517 B
JSON
{
"reason": "Irregular format",
"part1length": 5,
"inputs": {
"selector": "code",
"indexes": [2, 10, 14, 17, 18, 30, 34, 40, 41]
},
"answers": {
"selector": "code",
"indexesOrLiterals": [7, 9, 12, [15, 16], 28, 31, 33, 35, 51],
"transforms": [{
"functions": [
{ "map": [[{ "parseInt": [] }]] },
{ "reduce": [[{ "add": [] }]] },
{ "toString": [] }
], "appliesTo": [3]
}]
}
}