adventOfCode/challenges/2021/15-chiton/info.json
2021-12-15 23:06:41 +00:00

17 lines
No EOL
534 B
JSON

{
"inputFile": "input.txt",
"testCases": {
"one": [
{
"input": "1163751742\n1381373672\n2136511328\n3694931569\n7463417111\n1319128137\n1359912421\n3125421639\n1293138521\n2311944581\n",
"expected": "40"
}
],
"two": [
{
"input": "1163751742\n1381373672\n2136511328\n3694931569\n7463417111\n1319128137\n1359912421\n3125421639\n1293138521\n2311944581\n",
"expected": "315"
}
]
}
}