Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
af24d277c91a69a0eae05b4ade444dae4e2784c4
/
.
/
examples
/
cross_compile
/
src
/
lib.rs
blob: 3f60d9a1cf9df9619a23ed075a0b16288a283a8f [
file
] [
log
] [
blame
]
pub
fn
secret_message
()
->
String
{
"La-Li-Lu-Le-Lo"
.
to_owned
()
}