Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
src
/
tools
/
miri
/
tests
/
pass
/
hello.rs
blob: 2a02a7a9e207bbad1e1ebe467240249df5d938d6 [
file
] [
log
] [
blame
]
fn
main
()
{
println
!(
"Hello, world!"
);
eprintln
!(
"Hello, error!"
);
}