Skip to content

JonasJore/digit-loops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

puzzle_image

Usage

use digit_loops;

digit_loops::number_of_loops_in_number("8888");
// => 8

About

Rust crate for finding the number of loops in given numbers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages