Macro ostd::prelude::println

source ยท
macro_rules! println {
    () => { ... };
    ($fmt: literal $(, $($arg: tt)+)?) => { ... };
}
Expand description

Prints to the console, with a newline.