adventOfCode/challenges/2020/02-passwordPhilosophy/info.json
AKU c8fd7ad9ba
Add 2020-02
Signed-off-by: AKU <tom@tdpain.net>
2021-11-27 19:56:01 +00:00

17 lines
No EOL
379 B
JSON

{
"inputFile": "input.txt",
"testCases": {
"one": [
{
"input": "1-3 a: abcde\n1-3 b: cdefg\n2-9 c: ccccccccc",
"expected": "2"
}
],
"two": [
{
"input": "1-3 a: abcde\n1-3 b: cdefg\n2-9 c: ccccccccc",
"expected": "1"
}
]
}
}