diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2023-12-15 20:47:10 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2023-12-15 20:47:10 +0000 |
| commit | 67dff579e91c13ef40ecb17d14497d145861c5e7 (patch) | |
| tree | 3ec7cccea75ba25aa0da34f528811d28f6c9b21a /2023/day13/example.txt | |
| parent | 49ecb2db619bb32c712e619ec66833a917b5ffc3 (diff) | |
add day15 pt1
Diffstat (limited to '2023/day13/example.txt')
| -rw-r--r-- | 2023/day13/example.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2023/day13/example.txt b/2023/day13/example.txt new file mode 100644 index 0000000..3b6b5cc --- /dev/null +++ b/2023/day13/example.txt @@ -0,0 +1,15 @@ +#.##..##. +..#.##.#. +##......# +##......# +..#.##.#. +..##..##. +#.#.##.#. + +#...##..# +#....#..# +..##..### +#####.##. +#####.##. +..##..### +#....#..# |
