This website requires JavaScript.
Explore
Sign In
mirror
/
rust
mirror of
https://github.com/rust-lang/rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
coverage
/
while.coverage
8 lines
165 B
Plaintext
Raw
Permalink
Blame
History
LL| 1|fn main() {
LL| 1| let num = 9;
LL| 1| while num >= 10 {
LL| 0| // loop body
LL| 0| }
LL| 1|}
Reference in New Issue
View Git Blame
Copy Permalink