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