fix(day2): add puzzle name

This commit is contained in:
uku 2024-12-03 18:09:34 +01:00
parent 0437caa597
commit f730b2225c
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -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 {