macro_rules! print { ($($arg:tt)*) => { ... }; }
Prints to the standard output.
Formats all arguments to format!.
format!