macro_rules! print { ($fmt: literal $(, $($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!