adventOfCode/challenges/2021/11-dumboOctopus/info.json
AKU bd6362b515
2021-11: update test cases
Signed-off-by: AKU <tom@tdpain.net>
2021-12-11 10:41:41 +00:00

21 lines
No EOL
663 B
JSON

{
"inputFile": "input.txt",
"testCases": {
"one": [
{
"input": "11111\n19991\n19191\n19991\n11111\n",
"expected": "259"
},
{
"input": "5483143223\n2745854711\n5264556173\n6141336146\n6357385478\n4167524645\n2176841721\n6882881134\n4846848554\n5283751526\n",
"expected": "1656"
}
],
"two": [
{
"input": "5483143223\n2745854711\n5264556173\n6141336146\n6357385478\n4167524645\n2176841721\n6882881134\n4846848554\n5283751526\n",
"expected": "195"
}
]
}
}