From f730b2225c3c15e7e66d846ff0bf447329789468 Mon Sep 17 00:00:00 2001 From: uku Date: Tue, 3 Dec 2024 18:09:34 +0100 Subject: [PATCH] fix(day2): add puzzle name --- src/solutions/day_02.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {