Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
exit-code
/
success.rs
blob: 55b8e42b6e2017adfee18d031178cbbaead8894d [
file
] [
log
] [
blame
] [
edit
]
/// Main function
fn
main
()
{
println
!(
"Hello, world!"
);
}