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