summaryrefslogtreecommitdiff
path: root/exercises/00_intro/intro1.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-17 14:54:13 +0200
committermo8it <mo8it@proton.me>2024-08-17 14:54:13 +0200
commit8ef2ff12576ca3c3db443ad99475db3e9d656ab1 (patch)
treef95367448207b9c5dd80188e6ec1a6c2a498182d /exercises/00_intro/intro1.rs
parent6ce31defb6386541e015c7905add3a6c138b35c6 (diff)
Remove "Hello and"
Diffstat (limited to 'exercises/00_intro/intro1.rs')
-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#" | '__| | | / __| __| | | '_ \ / _` / __| "#);