aoc-copilot
Version:
Advent of Code automatic runner for examples and inputs
19 lines • 484 B
JSON
{
"reason": "Multiple examples",
"part1length": 4,
"inputs": {
"selector": "code",
"indexes": [4, 18, 20, 22, 4, 44, 46, 48, 50],
"transforms": [{
"functions": [
{ "join": [""] },
{ "split": [", "] }
],
"appliesTo": [0, 1, 2, 3, 4, 5, 6, 7, 8]
}]
},
"answers": {
"selector": "code",
"indexesOrLiterals": [16, 19, 21, 23, 43, 45, 47, 49, 51]
}
}