Sign in
rust
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
src
/
tools
/
miri
/
tests
/
pass
/
hello.rs
blob: 2a02a7a9e207bbad1e1ebe467240249df5d938d6 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
println
!(
"Hello, world!"
);
eprintln
!(
"Hello, error!"
);
}