rust-lang-nursery / rust-cookbook

https://rust-lang-nursery.github.io/rust-cookbook
Creative Commons Zero v1.0 Universal
2.25k stars 284 forks source link

Changed to use inclusive range #632

Closed vallentin closed 3 years ago

vallentin commented 3 years ago

Used the factorial example as a reference in a Stack Overflow answer yesterday. Thought I'd just quickly update it to use an inclusive range instead.