Remove "Hello and"

This commit is contained in:
mo8it 2024-08-17 14:54:13 +02:00
parent 6ce31defb6
commit 8ef2ff1257

View file

@ -6,8 +6,7 @@
// Try adding a new `println!` and check the updated output in the terminal. // Try adding a new `println!` and check the updated output in the terminal.
fn main() { fn main() {
println!("Hello and"); println!(r#" Welcome to... "#);
println!(r#" welcome to... "#);
println!(r#" _ _ _ "#); println!(r#" _ _ _ "#);
println!(r#" _ __ _ _ ___| |_| (_)_ __ __ _ ___ "#); println!(r#" _ __ _ _ ___| |_| (_)_ __ __ _ ___ "#);
println!(r#" | '__| | | / __| __| | | '_ \ / _` / __| "#); println!(r#" | '__| | | / __| __| | | '_ \ / _` / __| "#);