feat: add shorthands for running solutions

This commit is contained in:
Felix Spöttel
2022-10-18 11:26:56 +02:00
parent 6613b6bfce
commit bd97e34f66
3 changed files with 9 additions and 7 deletions

View File

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