feat(day1): init
This commit is contained in:
parent
4c0b4fb32d
commit
4df3715c5d
4 changed files with 94 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
use crate::common::Solution;
|
||||
|
||||
pub const SOLUTIONS: &[&dyn Solution] = &[];
|
||||
mod day_01;
|
||||
|
||||
pub const SOLUTIONS: &[&dyn Solution] = &[&day_01::Day01];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue