Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
new-import-syntax.rs
blob: 547900fab6128fe58d054292e5ac82263baa02d1 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
pub
fn
main
()
{
println
!(
"Hello world!"
);
}