It would be nice to be able to do this: ```Rust let count = 15; loop count { println!("{}", count); } ``` would loop 15 times.
It would be nice to be able to do this:
would loop 15 times.