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

4 lines
52 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
fn main() {
2019-09-12 10:33:56 -07:00
eprintln!("Hello, {}!", "world");
2016-12-05 22:15:40 +01:00
}