Add solution for "Day 1: Secret Entrance", part 1
This commit is contained in:
@@ -8,6 +8,14 @@ const EXAMPLE_PATHS: &'static [&'static str] = &[
|
||||
"../../../data/examples",
|
||||
];
|
||||
|
||||
#[test]
|
||||
fn secret_entrance() {
|
||||
assert_eq!(
|
||||
Ok((3, 0)),
|
||||
solvers::run_solver(solvers::secret_entrance::SecretEntrance {}, &EXAMPLE_PATHS)
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn printing_department() {
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user