pub fn flush()
This flushes the buffered string. Use this after you use print! macro. This uses std::io::stdout().flush method. This panics if flush method returns an error.
print!
std::io::stdout().flush
flush