diff options
author | kaiwu <kaiwu2004@gmail.com> | 2023-01-04 17:39:39 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2023-01-04 17:39:39 +0800 |
commit | 9c1816983af7da0ac5391c5c9010fc0985543353 (patch) | |
tree | ce93aee58d10ba603a758375eff0d1a3a8d53eef /src | |
parent | 2083906a47831d245dfbfccb35886bf3c90d4405 (diff) | |
download | advent-of-code-9c1816983af7da0ac5391c5c9010fc0985543353.tar.gz advent-of-code-9c1816983af7da0ac5391c5c9010fc0985543353.zip |
2022 day23 more samples
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 @@ +.............. +.............. +.......#...... +.....###.#.... +...#...#.#.... +....#...##.... +...#.###...... +...##.#.##.... +....#..#...... +.............. +.............. +.............. |