aoc-copilot
Version:
Advent of Code automatic runner for examples and inputs
35 lines • 992 B
JSON
{
"reason": "Irregular format",
"part1length": 6,
"inputs": {
"selector": "code",
"indexes": [31, 35, 36, 37, 38, 39, 44, 46, 48, 50, 52],
"transforms": [
{
"functions": [
{ "slice": [1, 8] },
{ "map": [[{ "substring": [0, 7] }]] }
],
"appliesTo": [0]
},
{
"functions": [
{ "slice": [0, 7] },
{ "map": [[{ "substring": [0, 7] }]] }
],
"appliesTo": [1, 2, 3, 4, 6, 7, 8, 9]
},
{
"functions": [
{ "slice": [0, 9] },
{ "map": [[{ "substring": [0, 9] }]] }
],
"appliesTo": [5, 10]
}
]
},
"answers": {
"selector": "em",
"indexesOrLiterals": [51, 52, 53, 54, 55, 56, 63, 64, 65, 66, 67]
}
}