From 6048cd264bd931d8e70e9cb5dacaf4711903e60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 10 Dec 2019 10:18:15 +0100 Subject: Day 10 py --- solutions/input/10 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 solutions/input/10 (limited to 'solutions/input/10') 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 @@ +##.##..#.####...#.#.#### +##.###..##.#######..##.. +..######.###.#.##.###### +.#######.####.##.#.###.# +..#...##.#.....#####..## +#..###.#...#..###.#..#.. +###..#.##.####.#..##..## +.##.##....###.#..#....#. +########..#####..####### +##..#..##.#..##.#.#.#..# +##.#.##.######.#####.... +###.##...#.##...#.###### +###...##.####..##..##### +##.#...#.#.....######.## +.#...####..####.##...##. +#.#########..###..#.#### +#.##..###.#.######.##### +##..##.##...####.#...##. +###...###.##.####.#.##.. +####.#.....###..#.####.# +##.####..##.#.##..##.#.# +#####..#...####..##..#.# +.##.##.##...###.##...### +..###.########.#.###..#. -- cgit v1.2.1