macro_rules! print { ($($arg:tt)*) => { ... }; }
Prints to the standard output.
Adapted from std::print.
std::print