println

Macro println 

Source
macro_rules! println {
    ($fmt:literal) => { ... };
    ($fmt:literal, $($arg:expr),+ $(,)?) => { ... };
}