12 lines
No EOL
328 B
JSON
12 lines
No EOL
328 B
JSON
{
|
|
"inputFile": "input.txt",
|
|
"testCases": {
|
|
"one": [
|
|
{
|
|
"input": "6,10\n0,14\n9,10\n0,3\n10,4\n4,11\n6,0\n6,12\n4,1\n0,13\n10,12\n3,4\n3,0\n8,4\n1,10\n2,14\n8,10\n9,0\n\nfold along y=7\nfold along x=5",
|
|
"expected": "17"
|
|
}
|
|
],
|
|
"two": []
|
|
}
|
|
} |