mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 13:20:32 +01:00
Implementation day 3
This commit is contained in:
@@ -19,6 +19,7 @@ pub fn get_implementation(day: usize) -> Box<dyn Solution> {
|
||||
1 => Box::new(day01::Day01::default()),
|
||||
2 => Box::new(day02::Day02::default()),
|
||||
3 => Box::new(day03::Day03::default()),
|
||||
4 => Box::new(day04::Day04::default()),
|
||||
_ => panic!("Unsupported day {}", day),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user