index
:
might_be_async.git
childhood
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
usage
/
func_expand.rs
blob: 70dee21f2e10b49ed8168aec43faff79af5b68b8 (
plain
) (
blame
)
1
2
3
pub
fn
greet
(
name
:
&
str
)
->
String
{
"Hello, {name}!"
.
to_string
()
}