Function std::old_io::stdio::printlnUnstable [-] [+] [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.