From e3c9f0c73077de51167491ca1ba4d5ccba005435 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Tue, 19 Dec 2023 02:06:02 +0100 Subject: aoc(2318): Lavaduct Lagoon --- 2023/18/resources/input_small.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 2023/18/resources/input_small.txt (limited to '2023/18/resources/input_small.txt') diff --git a/2023/18/resources/input_small.txt b/2023/18/resources/input_small.txt new file mode 100644 index 0000000..fc7612e --- /dev/null +++ b/2023/18/resources/input_small.txt @@ -0,0 +1,14 @@ +R 6 (#70c710) +D 5 (#0dc571) +L 2 (#5713f0) +D 2 (#d2c081) +R 2 (#59c680) +D 2 (#411b91) +L 5 (#8ceee2) +U 2 (#caa173) +L 1 (#1b58a2) +U 2 (#caa171) +R 2 (#7807d2) +U 3 (#a77fa3) +L 2 (#015232) +U 2 (#7a21e3) -- cgit v1.2.3