Macro std::prelude::print
Re-export from std::io::print
Prints a formatted string to standard output.
Example
print!("Hello, world");
Run this example
Prints a formatted string to standard output.
print!("Hello, world");
Run this example