This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-11 16:15:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cc353aa17a
rust
/
src
/
test
/
run-pass
/
task-life-0.rs
5 lines
58 B
Rust
Raw
Normal View
History
Unescape
Escape
Reformat for new syntax
2011-07-27 12:19:39 +00:00
fn
main
(
)
{
spawn
child
(
"
Hello
"
)
;
}
Added test cases.
2010-08-11 22:05:33 +00:00
Reformat for new syntax
2011-07-27 12:19:39 +00:00
fn
child
(
s
:
str
)
{
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
2011-07-13 22:44:09 +00:00
Reformat for new syntax
2011-07-27 12:19:39 +00:00
}
Reference in New Issue
Copy Permalink