blob: 2a02a7a9e207bbad1e1ebe467240249df5d938d6 [file]
fn main() {
println!("Hello, world!");
eprintln!("Hello, error!");
}