adventOfCode/challenges/2023/22-sandSlabs/tests.json
2023-12-22 16:58:43 +00:00

14 lines
No EOL
358 B
JSON

{
"1": [
{
"is": "5",
"input": "1,0,1~1,2,1\n0,0,2~2,0,2\n0,2,3~2,2,3\n0,0,4~0,2,4\n2,0,5~2,2,5\n0,1,6~2,1,6\n1,1,8~1,1,9\n\n"
}
],
"2": [
{
"is": "7",
"input": "1,0,1~1,2,1\n0,0,2~2,0,2\n0,2,3~2,2,3\n0,0,4~0,2,4\n2,0,5~2,2,5\n0,1,6~2,1,6\n1,1,8~1,1,9\n\n"
}
]
}