[src]

Function std::io::stdio::println

pub fn println(s: &str)

Prints a string as a line. to the stdout of the current process. A literal \n character is printed to the console after the string.