[][src]Macro hermit::println

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

Print formatted text to our console, followed by a newline.