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
+1
View File
@@ -7,6 +7,7 @@ use std::path::Path;
pub mod cafeteria;
pub mod gift_shop;
pub mod lobby;
pub mod movie_theater;
pub mod playground;
pub mod printing_department;