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