1 2 3 4 5 6
use basic_text::text; fn main() { let hello = text!("hello world"); println!("{}", hello) }