Macro printr

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

println! and add a \r at the end