[][src]Macro ufmt_stdio::println

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

Prints to the stdout with newline