adventOfCode/challenges/2021/06-lanternfish/info.json
AKU 17bad02499
Add 2021-06 in Python
Signed-off-by: AKU <tom@tdpain.net>
2021-12-06 15:59:58 +00:00

17 lines
No EOL
322 B
JSON

{
"inputFile": "input.txt",
"testCases": {
"one": [
{
"input": "3,4,3,1,2",
"expected": "5934"
}
],
"two": [
{
"input": "3,4,3,1,2",
"expected": "26984457539"
}
]
}
}