2022-22 attempt 1 Signed-off-by: AKP <tom@tdpain.net> 2022-22 Signed-off-by: AKP <tom@tdpain.net>
11 lines
No EOL
380 B
JSON
11 lines
No EOL
380 B
JSON
{
|
|
"inputFile": "input.txt",
|
|
"testCases": {
|
|
"one": [
|
|
{
|
|
"input": " ...#\n .#..\n #...\n ....\n...#.......#\n........#...\n..#....#....\n..........#.\n ...#....\n .....#..\n .#......\n ......#.\n\n10R5L5R10L4R5L5\n",
|
|
"expected": "6032"
|
|
}
|
|
]
|
|
}
|
|
} |