macro_rules! print { ($($arg:tt)*) => { ... }; }
Prints to the standard output.
Equivalent to the println! macro except that a newline is not printed at the end of the message.
println!