fix(day2): add puzzle name
This commit is contained in:
parent
0437caa597
commit
f730b2225c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue