This website requires JavaScript.
Explore
Help
Sign In
x
/
box-o-sand
Watch
1
Star
0
Fork
0
You've already forked box-o-sand
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ef691c9c75
box-o-sand
/
rustbook
/
branches
/
src
/
main.rs
7 lines
114 B
Rust
Raw
Normal View
History
Unescape
Escape
branching time
2017-12-22 15:26:26 +00:00
fn
main
(
)
{
For over reversed range
2017-12-22 15:33:02 +00:00
for
number
in
(
1
..
4
)
.
rev
(
)
{
println!
(
"
{}
!
"
,
number
)
;
While with mut countdown
2017-12-22 15:28:49 +00:00
}
For over reversed range
2017-12-22 15:33:02 +00:00
println!
(
"
LIFTOFF!!!
"
)
;
branching time
2017-12-22 15:26:26 +00:00
}
Reference in New Issue
Copy Permalink