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
+8
View File
@@ -16,6 +16,14 @@ fn secret_entrance() {
);
}
#[test]
fn gift_shop() {
assert_eq!(
Ok((1227775554, 0)),
solvers::run_solver(solvers::gift_shop::GiftShop {}, &EXAMPLE_PATHS)
);
}
#[test]
fn printing_department() {
assert_eq!(