xref
: /
aosp_15_r20
/
external
/
bazelbuild-rules_rust
/
examples
/
bzlmod
/
compile_opt
/
hello_comp_opt
/
src
/
main.rs
(revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
main()
1
fn
main
() {
2
println
!(
"Hello, world!"
);
3
}
4