macro_rules! println { ($($arg: tt)*) => { ... }; }
Print a message to the standard output stream, with a newline.