adventOfCode/challenges/2022/14-regolithReservoir/info.json
AKP 63cff023cc
2022-14
Signed-off-by: AKP <tom@tdpain.net>
2022-12-14 12:13:00 +00:00

17 lines
No EOL
411 B
JSON

{
"inputFile": "input.txt",
"testCases": {
"one": [
{
"input": "498,4 -> 498,6 -> 496,6\n503,4 -> 502,4 -> 502,9 -> 494,9\n",
"expected": "24"
}
],
"two": [
{
"input": "498,4 -> 498,6 -> 496,6\n503,4 -> 502,4 -> 502,9 -> 494,9\n",
"expected": "93"
}
]
}
}