diff options
author | Julien Dessaux | 2023-04-06 01:01:05 +0200 |
---|---|---|
committer | Julien Dessaux | 2023-04-06 01:01:05 +0200 |
commit | 51630177efe628a5b87a33f8ef5d102af21859cf (patch) | |
tree | ca4ee209e744d94113cb85dcc360e5d73a0420db /2020/17-Conway_Cubes/input | |
parent | 2020-16 part 2 in haskell (diff) | |
download | advent-of-code-51630177efe628a5b87a33f8ef5d102af21859cf.tar.gz advent-of-code-51630177efe628a5b87a33f8ef5d102af21859cf.tar.bz2 advent-of-code-51630177efe628a5b87a33f8ef5d102af21859cf.zip |
2020-17 part 1 in haskell
Diffstat (limited to '2020/17-Conway_Cubes/input')
-rw-r--r-- | 2020/17-Conway_Cubes/input | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2020/17-Conway_Cubes/input b/2020/17-Conway_Cubes/input new file mode 100644 index 0000000..0a30565 --- /dev/null +++ b/2020/17-Conway_Cubes/input @@ -0,0 +1,8 @@ +.#.#..## +..#....# +##.####. +...####. +#.##..## +#...##.. +...##.## +#...#.#. |