[][src]Macro kernel::println

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

Print with a new line