marcel_os

Macro println

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

Prints formatted text to the screen with a newline at the end.