diff options
Diffstat (limited to 'solutions/input')
| -rw-r--r-- | solutions/input/10 | 24 | ||||
| -rw-r--r-- | solutions/input/10-test1 | 5 |
2 files changed, 29 insertions, 0 deletions
diff --git a/solutions/input/10 b/solutions/input/10 new file mode 100644 index 0000000..8944c53 --- /dev/null +++ b/solutions/input/10 @@ -0,0 +1,24 @@ +##.##..#.####...#.#.#### +##.###..##.#######..##.. +..######.###.#.##.###### +.#######.####.##.#.###.# +..#...##.#.....#####..## +#..###.#...#..###.#..#.. +###..#.##.####.#..##..## +.##.##....###.#..#....#. +########..#####..####### +##..#..##.#..##.#.#.#..# +##.#.##.######.#####.... +###.##...#.##...#.###### +###...##.####..##..##### +##.#...#.#.....######.## +.#...####..####.##...##. +#.#########..###..#.#### +#.##..###.#.######.##### +##..##.##...####.#...##. +###...###.##.####.#.##.. +####.#.....###..#.####.# +##.####..##.#.##..##.#.# +#####..#...####..##..#.# +.##.##.##...###.##...### +..###.########.#.###..#. diff --git a/solutions/input/10-test1 b/solutions/input/10-test1 new file mode 100644 index 0000000..737ae7f --- /dev/null +++ b/solutions/input/10-test1 @@ -0,0 +1,5 @@ +.#..# +..... +##### +....# +...## |
