hello: also ensure stderr works

This commit is contained in:
Ralf Jung 2024-05-05 14:41:12 +02:00
parent aaf5c5e742
commit f3018409fc
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
fn main() {
println!("Hello, world!");
eprintln!("Hello, error!");
}

View file

@ -0,0 +1 @@
Hello, error!