[][src]Macro ruspiro_console::print

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

This macro works like the std::print! one.