1
0

Add solution for "Day 2: Gift Shop", part 1

This commit is contained in:
Stefan Müller
2026-01-28 20:24:11 +01:00
parent af14e87459
commit a4491d4451
5 changed files with 122 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use advent_of_code_2025::solvers;
fn main() {
println!("### Advent of Code 2025 ###\n");
solvers::run(solvers::secret_entrance::SecretEntrance {});
// GiftShop
solvers::run(solvers::gift_shop::GiftShop {});
// Lobby
solvers::run(solvers::printing_department::PrintingDepartment {});
solvers::run(solvers::cafeteria::Cafeteria {});