mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
add empty line after ascii
This commit is contained in:
parent
6cc16edff0
commit
b8789f09e0
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user