Add solution for "Day 3: Lobby", part 1
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user