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