aoc-copilot
Version:
Advent of Code automatic runner for examples and inputs
18 lines • 517 B
JSON
{
"reason": "Irregular format",
"part1length": 8,
"inputs": {
"selector": "code",
"indexes": [45, 47, 49, 51, 53, 55, 57, 59, 65, 67, 69, 71, 73, 75, 77]
},
"answers": {
"selector": "code",
"indexesOrLiterals": [46, 48, 50, 52, 54, 56, 58, 60, 66, 68, 70, 72, 74, 76, 78],
"transforms": [{
"functions": [
{ "match": ["\\d+$", "g"] },
{ "at": [0] }
], "appliesTo": [1, 2, 3, 5, 6, 7]
}]
}
}