17 lines
No EOL
387 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |