Skip to content

Commit

Permalink
Fix run output typo
Browse files Browse the repository at this point in the history
Spotted in #4
  • Loading branch information
drmason13 committed May 8, 2021
1 parent 61d6a90 commit 31d0c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ pub trait Solution<const Day: u32>:
println!(
"Day {0}, Part 1\n\
{1}\n\n\
Day {0}, Part 1\n\
Day {0}, Part 2\n\
{2}",
Day, part1_output, part2_output
);
Expand Down

0 comments on commit 31d0c24

Please sign in to comment.