macro_rules! println { ($($arg:tt)*) => { ... }; }
Prints to the standard output, with a newline.
Formats all arguments to format! and appends a \n.
format!
\n