hermit

Macro print

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

Prints to the standard output.

Adapted from std::print.