make the initial output prettier
This commit is contained in:
parent
39b3e3225a
commit
5310dfd406
|
@ -16,6 +16,6 @@ struct Cli {
|
|||
main!(|args: Cli| if let Some(e) = args.exercise {
|
||||
println!("selected {}", e);
|
||||
} else {
|
||||
println!("Welcome to {}", Yellow.paint("rustlings"));
|
||||
println!("Welcome to {}!\n", Yellow.paint("Rustlings"));
|
||||
about_variables::exec();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue