blob: c9d497651c9f2c7348a73e89a524d771ab61f65c [file] [log] [blame]
LL| 1|fn main() {
LL| 1| let num = 9;
LL| 1| while num >= 10 {
LL| 0| }
LL| 1|}