aoc-copilot
Version:
Advent of Code automatic runner for examples and inputs
18 lines • 423 B
JSON
{
"reason": "Irregular format",
"part1length": 1,
"inputs": {
"selector": "code",
"indexes": [[0, 1, 2, 3], [0, 1, 2, 3]],
"transforms": [{
"functions": [
{ "join": ["\t"] },
{ "match": [".*", "g"] }
], "appliesTo": [0, 1]
}]
},
"answers": {
"selector": "code",
"indexesOrLiterals": [11, 14]
}
}