Sign in
rust
/
rust
/
43fa2a95c90d7ac4bb98d87e62630e9f549d00c2
/
.
/
tests
/
coverage
/
while.rs
blob: d60916a979818fd9826315c05e0bb50b985fd7cc [
file
]
fn
main
()
{
let
num
=
9
;
while
num
>=
10
{
// loop body
}
}