From 93f5880f6a4c629a280f4ce2c75e148ca935177e Mon Sep 17 00:00:00 2001 From: omagdy Date: Mon, 16 Dec 2024 19:36:22 +0200 Subject: Day 16 part 1 done. --- 2024/go/input/day16_1.test | 16 ++++++++++++++++ 2024/go/input/day16_2.test | 17 +++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 2024/go/input/day16_1.test create mode 100644 2024/go/input/day16_2.test (limited to '2024/go/input') diff --git a/2024/go/input/day16_1.test b/2024/go/input/day16_1.test new file mode 100644 index 0000000..7931cf5 --- /dev/null +++ b/2024/go/input/day16_1.test @@ -0,0 +1,16 @@ +############### +#.......#....E# +#.#.###.#.###.# +#.....#.#...#.# +#.###.#####.#.# +#.#.#.......#.# +#.#.#####.###.# +#...........#.# +###.#.#####.#.# +#...#.....#.#.# +#.#.#.###.#.#.# +#.....#...#.#.# +#.###.#.#.#.#.# +#S..#.....#...# +############### + diff --git a/2024/go/input/day16_2.test b/2024/go/input/day16_2.test new file mode 100644 index 0000000..bc61c57 --- /dev/null +++ b/2024/go/input/day16_2.test @@ -0,0 +1,17 @@ +################# +#...#...#...#..E# +#.#.#.#.#.#.#.#.# +#.#.#.#...#...#.# +#.#.#.#.###.#.#.# +#...#.#.#.....#.# +#.#.#.#.#.#####.# +#.#...#.#.#.....# +#.#.#####.#.###.# +#.#.#.......#...# +#.#.###.#####.### +#.#.#...#.....#.# +#.#.#.#####.###.# +#.#.#.........#.# +#.#.#.#########.# +#S#.............# +################# -- cgit v1.2.3