adventOfCode/challenges/2021/02-dive/info.json
2021-12-02 09:35:02 +00:00

17 lines
No EOL
405 B
JSON

{
"inputFile": "input.txt",
"testCases": {
"one": [
{
"input": "forward 5\ndown 5\nforward 8\nup 3\ndown 8\nforward 2\n",
"expected": "150"
}
],
"two": [
{
"input": "forward 5\ndown 5\nforward 8\nup 3\ndown 8\nforward 2\n",
"expected": "900"
}
]
}
}