From b8789f09e012e7635d2e618179d4e085456393f1 Mon Sep 17 00:00:00 2001 From: olivia Date: Wed, 14 Nov 2018 20:08:38 +0100 Subject: [PATCH] add empty line after ascii --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index af0860d..0bb2fc0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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");