diff options
Diffstat (limited to 'src/y2019.rs')
-rw-r--r-- | src/y2019.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/y2019.rs b/src/y2019.rs index 0bca88f..88a006d 100644 --- a/src/y2019.rs +++ b/src/y2019.rs @@ -3,3 +3,4 @@ //! Collect stars by solving puzzles. Two puzzles will be made available on each day in the Advent calendar; the second puzzle is unlocked when you complete the first. Each puzzle grants one star. Good luck! pub mod day1; +pub mod day2; |