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