diff --git a/src/solutions/day_02.rs b/src/solutions/day_02.rs index ac2507c..12e0415 100644 --- a/src/solutions/day_02.rs +++ b/src/solutions/day_02.rs @@ -6,7 +6,7 @@ pub struct Day02; impl Solution for Day02 { fn name(&self) -> &'static str { - "" + "Red-Nosed Reports" } fn part_a(&self, input: &str) -> Answer {