add empty line after ascii

This commit is contained in:
olivia 2018-11-14 20:08:38 +01:00
parent 6cc16edff0
commit b8789f09e0
1 changed files with 1 additions and 0 deletions

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");