diff options
author | tomsmeding <tom.smeding@gmail.com> | 2018-12-15 19:38:16 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2018-12-15 19:38:16 +0100 |
commit | ca19e1d4aac6d2da8dae9b60f5b13962b7aff0b8 (patch) | |
tree | cbca4dbdef1e8e9b3421852d0de22fa91fdcf5dd /2018/input | |
parent | ec513223d8106a94def24bd73960c2ebde6194bc (diff) |
Day 15
God dammit this one wasn't fun. The amount of edge cases and arbitrary
rules made this more of a chore than a puzzle.
The code could probably be shorter, but any sane amount of code
structure and clarity demanded this size.
Diffstat (limited to '2018/input')
-rw-r--r-- | 2018/input/15.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/2018/input/15.txt b/2018/input/15.txt new file mode 100644 index 0000000..742953f --- /dev/null +++ b/2018/input/15.txt @@ -0,0 +1,32 @@ +################################ +#################..############# +#################.############## +#################.####..######## +############G..G...###..######## +##########...G...........####### +##########.#.......#.G########## +########...#.....#...G..######## +#######G.###............G####### +###########..G..#.......######## +####..#####............######### +###.G.###.......G.....G.######## +###..#####....#####.......###### +####..#####..#######........E..# +#.##..####..#########.........E# +#....###.GG.#########........### +##....#.G...#########.......#### +#....G...G..#########......##### +#..........G#########.....###### +#.....G......#######......###### +#........##...#####.......###### +#G###...##............#....##### +#..#######................E##### +#.########...............####### +#..#######..............######## +#####..#....E...##.......####### +#####.G#.......#.E..#EE.######## +#####...E....#....#..########### +#######.......E....E.########### +#######.###....###.....######### +#######.####.######.....######## +################################ |