RosettaCodeData/Task/Hello-world-Standard-error/Rust/hello-world-standard-error-...

4 lines
52 B
Rust

fn main() {
eprintln!("Hello, {}!", "world");
}