Hello world/Standard error: Difference between revisions

(→‎{{header|Rust}}: Added alternative method)
Line 726:
io::stderr().write(&*format!("{}, {}!", goodbye, world).as_bytes()).expect("Could not write to stderr");
// Clearly, if you want formatted strings there's no reason not to just use writeln!
}</lang>
}
 
=={{header|Salmon}}==