diff --git a/src/main.rs b/src/main.rs index e14f506..1621a54 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,8 +2,10 @@ fn main() { let c: char = '\u{D1EA}'; let bytes = b"yoyoyo"; + let me = "meeeeeeeeeeeeeeeeeeeeeeeeeee"; println!("Hello, world! {c}"); println!("Hello, bytes! {bytes:?}"); + println!("Hello, {me: <4.12}, meet the real {me}."); } // if I were to write a webapp, I would like to avoid postgres