Add solution for "Day 1: Secret Entrance", part 1
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
use advent_of_code_2025::*;
|
||||
|
||||
#[test]
|
||||
fn secret_entrance() {
|
||||
assert_eq!(
|
||||
Ok((1086, 0)),
|
||||
solvers::run_solver(
|
||||
solvers::secret_entrance::SecretEntrance {},
|
||||
&solvers::DATA_PATHS
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn printing_department() {
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user