Function std::io::stdio::printlnExperimental
[-]
[+]
[src]
pub fn println(s: &str)
Prints a string to the stdout of the current process. A literal
\n
character is printed to the console after the string.