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