Sign in
rust
/
rust
/
eb093cfd5d2065f9ff0b63f7fa30261cb9717e2c
/
.
/
tests
/
coverage
/
while.coverage
blob: 90c16288d668c09e015084351716b87d7dd08fc0 [
file
]
LL
|
1
|
fn main
()
{
LL
|
1
|
let
num
=
9
;
LL
|
1
|
while
num
>=
10
{
LL
|
0
|
// loop body
LL
|
0
|
}
LL
|
1
|}