1
0

Add solution for "Day 6: Trash Compactor", part 1

This commit is contained in:
Stefan Müller
2025-12-06 23:38:53 +01:00
parent 600a108f35
commit ad64b05db7
4 changed files with 57 additions and 0 deletions
+1
View File
@@ -7,4 +7,5 @@ fn main() {
solvers::printing_department::PrintingDepartment::new(),
));
solvers::run(Box::new(solvers::cafeteria::Cafeteria::new()));
solvers::run(Box::new(solvers::trash_compactor::TrashCompactor::new()));
}