Macro println

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

Prints to the selected output, with a newline.