aoc-copilot
Version:
Advent of Code automatic runner for examples and inputs
19 lines • 429 B
JSON
{
"reason": "Irregular format",
"part1length": 1,
"inputs": {
"selector": "code",
"indexes": [27, 61]
},
"answers": {
"selector": "code",
"indexesOrLiterals": [49, 65],
"transforms": [{
"functions": [
{ "split": [", "] },
{ "length": [] },
{ "toString": [] }
], "appliesTo": [1]
}]
}
}