adventOfCode/challenges/2020/01-reportRepair/info.json
2021-11-27 14:40:09 +00:00

17 lines
No EOL
364 B
JSON

{
"inputFile": "input.txt",
"testCases": {
"one": [
{
"input": "1721\n979\n366\n299\n675\n1456",
"expected": "514579"
}
],
"two": [
{
"input": "1721\n979\n366\n299\n675\n1456",
"expected": "241861950"
}
]
}
}