Example: ```rust fn main() { let greet: String = hidmystr::hidstr!("helloss, world!"); println!("{greet}"); } ```