RosettaCodeData/Task/Hello-world-Standard-error/Rust/hello-world-standard-error-1.rs
2024-10-16 18:07:41 -07:00

3 lines
52 B
Rust

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