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