17 lines
337 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|