1
0

Add solution for "Day 2: Gift Shop", part 1

This commit is contained in:
Stefan Müller
2026-01-28 20:24:11 +01:00
parent af14e87459
commit a4491d4451
5 changed files with 122 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ use std::path;
use std::path::Path;
pub mod cafeteria;
pub mod gift_shop;
pub mod movie_theater;
pub mod playground;
pub mod printing_department;