Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
884a7a208420c3d798a6c9b40c11d7403c643c55
/
.
/
test
/
unit
/
debug_info
/
lib.rs
blob: 1f19b6db390451dbca1975998085fb3ceb538016 [
file
] [
log
] [
blame
]
#[
no_mangle
]
pub
extern
"C"
fn
hello
()
{
println
!(
"Hello"
);
}