digit-loops
Description
Rust library for finding out how many loops there are in a given string of digits
Inspired by this puzzle found somewhere on Facebook:
Usage
use digit_loops;
number_of_loops_in_number;
// => 8
Rust library for finding out how many loops there are in a given string of digits
Inspired by this puzzle found somewhere on Facebook:
use digit_loops;
number_of_loops_in_number;
// => 8