From 5f7666ee13fc6f70c7f2792825a687bb18a34001 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 25 Dec 2024 15:55:31 +0100 Subject: Day 25, no part 2 lmao --- day25/example.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 day25/example.txt (limited to 'day25/example.txt') diff --git a/day25/example.txt b/day25/example.txt new file mode 100644 index 0000000..8e29855 --- /dev/null +++ b/day25/example.txt @@ -0,0 +1,39 @@ +##### +.#### +.#### +.#### +.#.#. +.#... +..... + +##### +##.## +.#.## +...## +...#. +...#. +..... + +..... +#.... +#.... +#...# +#.#.# +#.### +##### + +..... +..... +#.#.. +###.. +###.# +###.# +##### + +..... +..... +..... +#.... +#.#.. +#.#.# +##### -- cgit