aoc-copilot
Version:
Advent of Code automatic runner for examples and inputs
19 lines • 466 B
JSON
{
"reason": "Irregular format (part 2 requires user to read the letters off the screen)",
"part1length": 1,
"inputs": {
"selector": "code",
"indexes": [1, 1]
},
"answers": {
"selector": "em",
"indexesOrLiterals": [6, 9],
"transforms": [{
"functions": [
{ "substring": [6, 7] },
{ "toUpperCase": [] }
],
"appliesTo": [1]
}]
}
}