xref
: /
aosp_15_r20
/
build
/
bazel
/
examples
/
rust
/
hello_world.rs
(revision 7594170e27e0732bc44b93d1440d87a54b6ffe7c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
main()
1
fn
main
() {
2
println
!(
"Hello world"
);
3
}
4