fn main() { eprintln!( "This is stderr text" ); println!( "This is stdout text" ); eprintln!( "This is stderr text" ); }