Sign in
fuchsia
/
sdk-samples
/
getting-started-rust
/
7c4a4740a7eec63b7787d917cf12579f931e77a1
/
.
/
src
/
hello_rust
/
src
/
main.rs
blob: 7066e6c15df254976b5ae7641509056a73e40114 [
file
] [
log
] [
blame
]
pub
fn
say_hello
()
{
println
!(
"Hello, Rust!"
)
}
fn
main
()
{
say_hello
()
}