index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
task-life-0.rs
blob: f15792fbcf77f2595cff9c95dda25de0ee8f8b92 (
plain
) (
blame
)
1
2
3
4
5
6
7
fn
main
()
->
()
{
spawn
child
(
"Hello"
);
}
fn
child
(
str
s
)
{
}