mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-02-11 13:39:00 +02:00
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…
x
Reference in New Issue
Block a user