summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolivia <olivia@fastmail.com>2018-11-14 20:08:38 +0100
committerolivia <olivia@fastmail.com>2018-11-14 20:08:38 +0100
commitb8789f09e012e7635d2e618179d4e085456393f1 (patch)
tree262f123c64f61236a4e81605853c082bf4b57605
parent6cc16edff0ee30bc4cc482724f3a3579ec65fa6d (diff)
add empty line after ascii
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
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");