aboutsummaryrefslogtreecommitdiff
path: root/2022/day-17/rock-shapes
diff options
context:
space:
mode:
authorHunky Jimpjorps <thechairman@thechairman.info>2022-12-18 10:59:17 -0500
committerHunky Jimpjorps <thechairman@thechairman.info>2022-12-18 10:59:17 -0500
commit13966003fecdda3a30654e16798aa0a0c94233bc (patch)
tree9cd0208cdd5b5db5e401070e4385ed9c19e35e9a /2022/day-17/rock-shapes
parent0089fadd7a41d73ff67ff896d0fa4cb8b273e1bc (diff)
downloadgleam_aoc-13966003fecdda3a30654e16798aa0a0c94233bc.tar.gz
gleam_aoc-13966003fecdda3a30654e16798aa0a0c94233bc.zip
day 17 in progress
Diffstat (limited to '2022/day-17/rock-shapes')
-rw-r--r--2022/day-17/rock-shapes17
1 files changed, 17 insertions, 0 deletions
diff --git a/2022/day-17/rock-shapes b/2022/day-17/rock-shapes
new file mode 100644
index 0000000..fbcc382
--- /dev/null
+++ b/2022/day-17/rock-shapes
@@ -0,0 +1,17 @@
+####
+
+.#.
+###
+.#.
+
+..#
+..#
+###
+
+#
+#
+#
+#
+
+##
+## \ No newline at end of file