diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-13 23:01:17 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-13 23:01:17 +0100 |
| commit | 2bf891c41c4613c83d869796cb68793ddb629ab8 (patch) | |
| tree | 2de647ec14600476c1fe994c47fab95d0055d5aa /2023/13/example.txt | |
| parent | 2d2b30491c4987e84b4b828a7705993aaa1bb5bb (diff) | |
| download | aoc-2bf891c41c4613c83d869796cb68793ddb629ab8.tar.gz aoc-2bf891c41c4613c83d869796cb68793ddb629ab8.zip | |
Added solution for 13
Diffstat (limited to '2023/13/example.txt')
| -rw-r--r-- | 2023/13/example.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2023/13/example.txt b/2023/13/example.txt new file mode 100644 index 0000000..3b6b5cc --- /dev/null +++ b/2023/13/example.txt | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | #.##..##. | ||
| 2 | ..#.##.#. | ||
| 3 | ##......# | ||
| 4 | ##......# | ||
| 5 | ..#.##.#. | ||
| 6 | ..##..##. | ||
| 7 | #.#.##.#. | ||
| 8 | |||
| 9 | #...##..# | ||
| 10 | #....#..# | ||
| 11 | ..##..### | ||
| 12 | #####.##. | ||
| 13 | #####.##. | ||
| 14 | ..##..### | ||
| 15 | #....#..# | ||
