adventOfCode/challenges/2024/06-guardGallivant/tests.json
2024-12-06 16:36:41 +00:00

14 lines
No EOL
415 B
JSON

{
"1": [
{
"is": "41",
"input": "....#.....\n.........#\n..........\n..#.......\n.......#..\n..........\n.#..^.....\n........#.\n#.........\n......#...\n\n"
}
],
"2": [
{
"is": "6",
"input": "....#.....\n.........#\n..........\n..#.......\n.......#..\n..........\n.#..^.....\n........#.\n#.........\n......#...\n"
}
]
}