diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-15 22:09:12 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:33:16 +0100 |
commit | 7ea9fa5a6b10f93f0aca09ac8eb90543a781e67b (patch) | |
tree | 2efc383f5f43c3805451d7df695a7d4891639bef /day15/example_map.txt | |
parent | 6f40d23c5ed72ef7238c838f2373c1f202cb62bb (diff) |
Day 15
Diffstat (limited to 'day15/example_map.txt')
-rw-r--r-- | day15/example_map.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/day15/example_map.txt b/day15/example_map.txt new file mode 100644 index 0000000..7415696 --- /dev/null +++ b/day15/example_map.txt @@ -0,0 +1,10 @@ +##########
+#..O..O.O#
+#......O.#
+#.OO..O.O#
+#..O@..O.#
+#O#..O...#
+#O..O..O.#
+#.OO.O.OO#
+#....O...#
+##########
|