aoc-copilot
Version:
Advent of Code automatic runner for examples and inputs
20 lines • 475 B
JSON
{
"reason": "Multiple examples; transformations",
"part1length": 1,
"inputs": {
"selector": "code",
"indexes": [9, 55, 56]
},
"answers": {
"selector": "code",
"indexesOrLiterals": [16, 40, 56],
"transforms": [{
"functions": [
{ "split": ["\n\n"] },
{ "length": [] },
{ "toString": [] }
],
"appliesTo": [2]
}]
}
}