mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
1| 1|fn main() {
|
|
2| 1| let num = 9;
|
|
3| 1| while num >= 10 {
|
|
4| 0| }
|
|
5| 1|}
|
|
|