aoc-copilot
Version:
Advent of Code automatic runner for examples and inputs
21 lines • 539 B
JSON
{
"reason": "Irregular format",
"part1length": 1,
"inputs": {
"selector": "code",
"indexes": [[2, 4, 7, 9], [16, 19, 22, 26]]
},
"answers": {
"selector": "article li",
"indexesOrLiterals": [[0, 1, 2, 3], [4, 5, 6, 7]],
"transforms": [{
"functions": [
{ "join": [""] },
{ "match": ["supports", "g"] },
{ "length": [] },
{ "toString": [] }
],
"appliesTo": [0, 1]
}]
}
}