macro_rules! println { ($($params:expr),*) => { ... }; }
Print the given output to the standard out writer device previously set with the set_stdout() function, followed by a newline character.
set_stdout()
This method is infallible.