Skip to content

Commit 8c452f0

Browse files
committed
2023 day 12.
1 parent e1633cb commit 8c452f0

File tree

10 files changed

+1333
-1
lines changed

10 files changed

+1333
-1
lines changed

2023/12/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

2023/12/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[package]
2+
name = "y2023d12"
3+
version = "0.1.0"
4+
edition = "2024"
5+
6+
[dependencies]
7+
memoize = "0.5.1"

2023/12/data/example1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)