Macro println

Source
macro_rules! println {
    ($($arg: tt)*) => { ... };
}
Expand description

Print a message to the standard output stream, with a newline.