Inspired by Kevlin Henney
The aim of this example was to use lazy iteration to support enormous decimal numbers
$ cargo run <DECIMAL NUMBER>
~\kata$cargo run 123
Finished dev [unoptimized + debuginfo] target(s) in 0.02s
Running `target\debug\kata.exe 123`
CXXIII