mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-29 00:41:42 +02:00
add empty line after ascii
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user