summaryrefslogtreecommitdiff
path: root/exercises/00_intro
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/00_intro')
-rw-r--r--exercises/00_intro/intro1.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/exercises/00_intro/intro1.rs b/exercises/00_intro/intro1.rs
index 7b8baa2..8bcaf68 100644
--- a/exercises/00_intro/intro1.rs
+++ b/exercises/00_intro/intro1.rs
@@ -6,8 +6,7 @@
// Try adding a new `println!` and check the updated output in the terminal.
fn main() {
- println!("Hello and");
- println!(r#" welcome to... "#);
+ println!(r#" Welcome to... "#);
println!(r#" _ _ _ "#);
println!(r#" _ __ _ _ ___| |_| (_)_ __ __ _ ___ "#);
println!(r#" | '__| | | / __| __| | | '_ \ / _` / __| "#);