Macro hermit::println[][src]

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

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