adventOfCode/challenges/2021/16-packetDecoder/info.json
AKU 736c040328
Add 2021-16 in Python
Signed-off-by: AKU <tom@tdpain.net>
2021-12-17 09:39:14 +00:00

57 lines
No EOL
1.4 KiB
JSON

{
"inputFile": "input.txt",
"testCases": {
"one": [
{
"input": "8A004A801A8002F478",
"expected": "16"
},
{
"input": "620080001611562C8802118E34",
"expected": "12"
},
{
"input": "C0015000016115A2E0802F182340",
"expected": "23"
},
{
"input": "A0016C880162017C3686B18A3D4780",
"expected": "31"
}
],
"two": [
{
"input": "C200B40A82",
"expected": "3"
},
{
"input": "04005AC33890",
"expected": "54"
},
{
"input": "880086C3E88112",
"expected": "7"
},
{
"input": "CE00C43D881120",
"expected": "9"
},
{
"input": "D8005AC2A8F0",
"expected": "1"
},
{
"input": "F600BC2D8F",
"expected": "0"
},
{
"input": "9C005AC2F8F0",
"expected": "0"
},
{
"input": "9C0141080250320F1802104A08",
"expected": "1"
}
]
}
}