intro and variables

This commit is contained in:
2026-01-08 07:30:04 +00:00
parent 53a54ddf90
commit 36cbf9d865
9 changed files with 10 additions and 8 deletions

View File

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