17 lines
No EOL
463 B
JSON
17 lines
No EOL
463 B
JSON
{
|
|
"inputFile": "input.txt",
|
|
"testCases": {
|
|
"one": [
|
|
{
|
|
"input": "00100\n11110\n10110\n10111\n10101\n01111\n00111\n11100\n10000\n11001\n00010\n01010\n",
|
|
"expected": "198"
|
|
}
|
|
],
|
|
"two": [
|
|
{
|
|
"input": "00100\n11110\n10110\n10111\n10101\n01111\n00111\n11100\n10000\n11001\n00010\n01010\n",
|
|
"expected": "230"
|
|
}
|
|
]
|
|
}
|
|
} |