println

Macro println 

Source
macro_rules! println {
    () => { ... };
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)+) => { ... };
}