aoc-copilot
Version:
Advent of Code automatic runner for examples and inputs
19 lines • 453 B
JSON
{
"reason": "Multiple examples",
"part1length": 4,
"inputs": {
"selector": "code",
"indexes": [0, 3, 6, 8, 11, 15, 25]
},
"answers": {
"selector": "code",
"indexesOrLiterals": [2, 5, 7, 9, 14, 24, 26],
"transforms": [{
"functions": [
{ "match": ["\\d+$", "g"] },
{ "at": [0] }
],
"appliesTo": [5, 6]
}]
}
}