Add solution for "Day 6: Trash Compactor", part 1
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user