1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

add empty line after ascii

This commit is contained in:
olivia 2018-11-14 20:08:38 +01:00
parent 6cc16edff0
commit b8789f09e0

View File

@ -23,6 +23,7 @@ fn main() {
println!(r#" | | | |_| \__ \ |_| | | | | | (_| \__ \ "#);
println!(r#" |_| \__,_|___/\__|_|_|_| |_|\__, |___/ "#);
println!(r#" |___/ "#);
println!("");
if let Some(_) = matches.subcommand_matches("verify") {
compile_only("exercises/ex1.rs");