17 lines
No EOL
405 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |