This commit is contained in:
spectre 2023-12-08 01:03:22 +01:00
parent 6d73fba8d0
commit d6a7fc6fc6
4 changed files with 44 additions and 2 deletions

View file

@ -2,3 +2,4 @@ pub mod day01;
pub mod day02;
pub mod day03;
pub mod day05;
pub mod day06;