feat: remove christmas tree emojies

This commit is contained in:
2023-11-23 00:03:21 +01:00
parent 000003708f
commit 0000038084
4 changed files with 7 additions and 10 deletions

View File

@@ -99,8 +99,5 @@ fn main() {
}
println!("---");
println!(
"🎄 Type `cargo solve {}` to run your solution.",
&day_padded
);
println!("Type `cargo solve {}` to run your solution.", &day_padded);
}