1
0

Add solution for "Day 1: Secret Entrance", part 1

This commit is contained in:
Stefan Müller
2026-01-26 22:01:52 +01:00
parent 8f9356e81e
commit b5665199e1
8 changed files with 126 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ pub mod cafeteria;
pub mod movie_theater;
pub mod playground;
pub mod printing_department;
pub mod secret_entrance;
pub mod trash_compactor;
pub trait Solver {