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