We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8daca41 commit c4507b6Copy full SHA for c4507b6
src/bin/scaffold.rs
@@ -107,5 +107,5 @@ fn main() {
107
}
108
109
println!("---");
110
- println!("🎄 Type `cargo day {}` to run your solution.", &day_padded);
+ println!("🎄 Type `cargo solve {}` to run your solution.", &day_padded);
111
0 commit comments