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 {
|
main!(|args: Cli| if let Some(e) = args.exercise {
|
||||||
println!("selected {}", e);
|
println!("selected {}", e);
|
||||||
} else {
|
} else {
|
||||||
println!("Welcome to {}", Yellow.paint("rustlings"));
|
println!("Welcome to {}!\n", Yellow.paint("Rustlings"));
|
||||||
about_variables::exec();
|
about_variables::exec();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user