adventOfCode/challenges/2021/01-sonarSweep/info.json
AKU 157f959bd8
Add 2021 day 1
It's good to be back to AoC again :D

Signed-off-by: AKU <tom@tdpain.net>
2021-12-01 07:41:14 +00:00

17 lines
No EOL
387 B
JSON

{
"inputFile": "input.txt",
"testCases": {
"one": [
{
"input": "199\n200\n208\n210\n200\n207\n240\n269\n260\n263",
"expected": "7"
}
],
"two": [
{
"input": "199\n200\n208\n210\n200\n207\n240\n269\n260\n263",
"expected": "5"
}
]
}
}