diff options
author | Hunky Jimpjorps <thechairman@thechairman.info> | 2022-12-18 10:59:17 -0500 |
---|---|---|
committer | Hunky Jimpjorps <thechairman@thechairman.info> | 2022-12-18 10:59:17 -0500 |
commit | 13966003fecdda3a30654e16798aa0a0c94233bc (patch) | |
tree | 9cd0208cdd5b5db5e401070e4385ed9c19e35e9a /2022/day-17/rock-shapes | |
parent | 0089fadd7a41d73ff67ff896d0fa4cb8b273e1bc (diff) | |
download | gleam_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-shapes | 17 |
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 |