adventOfCode/challenges/2021/25-seaCucumber/info.json
AKU a23e78200a
Add 2021-25 in Python
Signed-off-by: AKU <tom@tdpain.net>
2021-12-25 18:19:09 +00:00

15 lines
No EOL
356 B
JSON

{
"inputFile": "input.txt",
"testCases": {
"one": [
{
"input": "v...>>.vv>\n.vv>>.vv..\n>>.>v>...v\n>>v>>.>.v.\nv>v.vv.v..\n>.>>..v...\n.vv..>.>v.\nv.v..>>v.v\n....v..v.>",
"expected": "58"
}
],
"two": []
},
"incorrect": {
"one": ["406", "312"]
}
}