adventOfCode/challenges/2023/21-stepCounter/tests.json
2023-12-21 16:26:19 +00:00

8 lines
No EOL
233 B
JSON

{
"1": [
{
"is": "16",
"input": "...........\n.....###.#.\n.###.##..#.\n..#.#...#..\n....#.#....\n.##..S####.\n.##..#...#.\n.......##..\n.##.#.####.\n.##..##.##.\n...........\n\n"
}
]
}