pub fn flushln()
Same with println! macro with no argument. This is made just for intuitive use.
println!
pub fn flushln() { println!(); }