25 lines
No EOL
681 B
JSON
25 lines
No EOL
681 B
JSON
{
|
|
"inputFile": "input.txt",
|
|
"testCases": {
|
|
"one": [
|
|
{
|
|
"input": ".....\n..##.\n..#..\n.....\n..##.\n.....",
|
|
"expected": "25"
|
|
},
|
|
{
|
|
"input": "....#..\n..###.#\n#...#.#\n.#...##\n#.###..\n##.#.##\n.#..#..\n",
|
|
"expected": "110"
|
|
}
|
|
],
|
|
"two": [
|
|
{
|
|
"input": ".....\n..##.\n..#..\n.....\n..##.\n.....",
|
|
"expected": "4"
|
|
},
|
|
{
|
|
"input": "....#..\n..###.#\n#...#.#\n.#...##\n#.###..\n##.#.##\n.#..#..\n",
|
|
"expected": "20"
|
|
}
|
|
]
|
|
}
|
|
} |