adventOfCode/challenges/2021/07-theTreacheryOfWhales/info.json
AKU 371ee4bc3e
Add 2021-07 in Python
Signed-off-by: AKU <tom@tdpain.net>
2021-12-07 21:24:25 +00:00

17 lines
337 B
JSON

{
"inputFile": "input.txt",
"testCases": {
"one": [
{
"input": "16,1,2,0,4,2,7,1,2,14",
"expected": "37"
}
],
"two": [
{
"input": "16,1,2,0,4,2,7,1,2,14",
"expected": "168"
}
]
}
}