1
0

Add solution for "Day 3: Lobby", part 1

This commit is contained in:
Stefan Müller
2026-01-30 18:04:11 +01:00
parent 54efe2ee7e
commit 4b747e3705
5 changed files with 53 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ fn main() {
println!("### Advent of Code 2025 ###\n");
solvers::run(solvers::secret_entrance::SecretEntrance {});
solvers::run(solvers::gift_shop::GiftShop {});
// Lobby
solvers::run(solvers::lobby::Lobby {});
solvers::run(solvers::printing_department::PrintingDepartment {});
solvers::run(solvers::cafeteria::Cafeteria {});
solvers::run(solvers::trash_compactor::TrashCompactor {});