diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-12 19:13:24 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-12 19:13:24 +0100 |
| commit | 2d2b30491c4987e84b4b828a7705993aaa1bb5bb (patch) | |
| tree | b2ab4e9e3170984274f667e69715e977f6d2a283 /2023/12/example.txt | |
| parent | 554ad47f09974f0131df285fda8ea50a1fdad8f5 (diff) | |
| download | aoc-2d2b30491c4987e84b4b828a7705993aaa1bb5bb.tar.gz aoc-2d2b30491c4987e84b4b828a7705993aaa1bb5bb.zip | |
Added solution for 12
Diffstat (limited to '')
| -rw-r--r-- | 2023/12/example.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2023/12/example.txt b/2023/12/example.txt new file mode 100644 index 0000000..283afae --- /dev/null +++ b/2023/12/example.txt | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | ???.### 1,1,3 | ||
| 2 | .??..??...?##. 1,1,3 | ||
| 3 | ?#?#?#?#?#?#?#? 1,3,1,6 | ||
| 4 | ????.#...#... 4,1,1 | ||
| 5 | ????.######..#####. 1,6,5 | ||
| 6 | ?###???????? 3,2,1 \ No newline at end of file | ||
