1
0

Add solution for "Day 10: Factory", part 1

This commit is contained in:
Stefan Müller
2026-07-13 21:19:41 +02:00
parent 3261bd9989
commit 396c973000
7 changed files with 102 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ fn main() {
solvers::run(solvers::laboratories::Laboratories {});
solvers::run(solvers::playground::Playground::new(None));
solvers::run(solvers::movie_theater::MovieTheater {});
// Factory
solvers::run(solvers::factory::Factory {});
// Reactor
// ChristmasTreeFarm
}