xref
: /
aosp_15_r20
/
external
/
bazelbuild-rules_rust
/
examples
/
per_platform_printer
/
print_linux.rs
(revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
print() -> String
1
pub
fn
print
() ->
String
{
2
"Hello Linux!"
.
to_owned
()
3
}
4