1
0

Add solution for "Day 4: Printing Department", part 1

This commit is contained in:
Stefan Müller
2025-12-04 23:46:44 +01:00
parent 5d32a0c219
commit 312731ce06
5 changed files with 124 additions and 1 deletions
Generated
+9
View File
@@ -5,3 +5,12 @@ version = 4
[[package]]
name = "advent_of_code_2025"
version = "0.1.0"
dependencies = [
"grid",
]
[[package]]
name = "grid"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9e2d4c0a8296178d8802098410ca05d86b17a10bb5ab559b3fb404c1f948220"