This commit is contained in:
James Hogge
2025-12-17 03:14:19 +00:00
parent 654d1d666c
commit 8e31c24d4d
5 changed files with 1153 additions and 309 deletions

View File

@@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
nalgebra = "0.34.1"
[[bin]]
name = "1-secret-entrance"
@@ -48,4 +47,8 @@ path = "src/10-factory.rs"
[[bin]]
name = "11-reactor"
path = "src/11-reactor.rs"
path = "src/11-reactor.rs"
[[bin]]
name = "12-christmas-tree-farm"
path = "src/12-christmas-tree-farm.rs"