adventOfCode/challenges/2021/03-binaryDiagnostic/info.json
AKU 020cf34fa2
Add 2021-03 in Python
Signed-off-by: AKU <tom@tdpain.net>
2021-12-03 14:28:57 +00:00

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"
}
]
}
}