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
@@ -11,6 +11,14 @@ fn secret_entrance() {
);
}
#[test]
fn gift_shop() {
assert_eq!(
Ok((38158151648, 0)),
solvers::run_solver(solvers::gift_shop::GiftShop {}, &solvers::DATA_PATHS)
);
}
#[test]
fn printing_department() {
assert_eq!(