Add solution for "Day 2: Gift Shop", part 1
This commit is contained in:
+1
-1
@@ -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 {});
|
||||
|
||||
Reference in New Issue
Block a user