Sign in
qemu
/
meson
/
refs/heads/revert-15408-submit/drop-python-3.7
/
.
/
test cases
/
rust
/
28 mixed
/
hello.rs
blob: 549fa947e3317b4c839d31d0ef4d3b5be774190c [
file
]
#![
no_main
]
#[
no_mangle
]
pub
extern
"C"
fn
hello_rust
()
{
println
!(
"hello world"
);
}