diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/2022/day23/input1 | 6 | ||||
-rw-r--r-- | src/2022/day23/input2 | 12 |
2 files changed, 18 insertions, 0 deletions
diff --git a/src/2022/day23/input1 b/src/2022/day23/input1 new file mode 100644 index 0000000..57a5784 --- /dev/null +++ b/src/2022/day23/input1 @@ -0,0 +1,6 @@ +..... +..##. +..#.. +..... +..##. +..... diff --git a/src/2022/day23/input2 b/src/2022/day23/input2 new file mode 100644 index 0000000..c84aa7c --- /dev/null +++ b/src/2022/day23/input2 @@ -0,0 +1,12 @@ +.............. +.............. +.......#...... +.....###.#.... +...#...#.#.... +....#...##.... +...#.###...... +...##.#.##.... +....#..#...... +.............. +.............. +.............. |