2022-24 attempt 1 Signed-off-by: AKP <tom@tdpain.net> 2022-24 Signed-off-by: AKP <tom@tdpain.net>
17 lines
No EOL
413 B
JSON
17 lines
No EOL
413 B
JSON
{
|
|
"inputFile": "input.txt",
|
|
"testCases": {
|
|
"one": [
|
|
{
|
|
"input": "#.######\n#>>.<^<#\n#.<..<<#\n#>v.><>#\n#<^v^^>#\n######.#\n",
|
|
"expected": "18"
|
|
}
|
|
],
|
|
"two": [
|
|
{
|
|
"input": "#.######\n#>>.<^<#\n#.<..<<#\n#>v.><>#\n#<^v^^>#\n######.#\n",
|
|
"expected": "54"
|
|
}
|
|
]
|
|
}
|
|
} |