make the initial output prettier

pull/98/head
olivia 6 years ago
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…
Cancel
Save