[src]

Function std::io::stdio::print

pub fn print(s: &str)

Prints a string to the stdout of the current process. No newline is emitted after the string is printed.