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