Sign in
android
/
toolchain
/
rustc
/
da60c8575e02ed54fcffcb7f2f9289b4705b60ff
/
.
/
src
/
test
/
run-pass
/
hello.rs
blob: bc8bb23877e8ae497b4afae5d47eaa96a013eaa9 [
file
] [
log
] [
blame
]
pub
fn
main
()
{
println
!(
"hello, world"
);
}