diff options
author | Akshay <[email protected]> | 2020-12-17 09:00:38 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-12-17 09:00:38 +0000 |
commit | 526382de827b70731f704b8ecd49887cd238e06f (patch) | |
tree | 5eab0561f2d0ac563bea1421f63c325ec2b6522a /input | |
parent | 28091a3489732f42bf7419c6fcc6f0a3d1c674fc (diff) |
add initial day17 solution
Diffstat (limited to 'input')
-rw-r--r-- | input/17 | 8 | ||||
-rw-r--r-- | input/17sample | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/input/17 b/input/17 new file mode 100644 index 0000000..e808267 --- /dev/null +++ b/input/17 | |||
@@ -0,0 +1,8 @@ | |||
1 | .#..#### | ||
2 | .#.#...# | ||
3 | #..#.#.# | ||
4 | ###..##. | ||
5 | ..##...# | ||
6 | ..##.### | ||
7 | #.....#. | ||
8 | ..##..## | ||
diff --git a/input/17sample b/input/17sample new file mode 100644 index 0000000..eedd3d2 --- /dev/null +++ b/input/17sample | |||
@@ -0,0 +1,3 @@ | |||
1 | .#. | ||
2 | ..# | ||
3 | ### | ||