From 1c926fc648b412b89e270d2edfd4c48cab720bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 11 Dec 2023 22:33:42 +0100 Subject: aoc11 --- prog/aoc/23/11/in.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 prog/aoc/23/11/in.txt (limited to 'prog/aoc/23/11/in.txt') diff --git a/prog/aoc/23/11/in.txt b/prog/aoc/23/11/in.txt new file mode 100644 index 0000000..986aad4 --- /dev/null +++ b/prog/aoc/23/11/in.txt @@ -0,0 +1,10 @@ +...#...... +.......#.. +#......... +.......... +......#... +.#........ +.........# +.......... +.......#.. +#...#..... -- cgit v1.2.3