mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-01 08:28:35 +00:00
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
LL| 1|fn main() {
|
|
LL| 1| let num = 9;
|
|
LL| 1| while num >= 10 {
|
|
LL| 0| // loop body
|
|
LL| 0| }
|
|
LL| 1|}
|
|
|