day 11 part 1

This commit is contained in:
Kristofers Solo
2023-12-11 22:23:42 +02:00
parent 605037250c
commit df25a506ba
8 changed files with 405 additions and 0 deletions

9
2023/day-11/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "day-11"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre.workspace = true