adventOfCode/challenges/2021/09-smokeBasin/info.json

17 lines
No EOL
415 B
JSON

{
"inputFile": "input.txt",
"testCases": {
"one": [
{
"input": "2199943210\n3987894921\n9856789892\n8767896789\n9899965678\n",
"expected": "15"
}
],
"two": [
{
"input": "2199943210\n3987894921\n9856789892\n8767896789\n9899965678\n",
"expected": "1134"
}
]
}
}