euler-0.1.0.0

Safe HaskellSafe
LanguageHaskell2010

Euler.Problems.Problem43

Synopsis

Documentation

substrings :: Integral a => a -> [a] Source #

Three-digit substrings of the decimal representation of the input.

>>> substrings 1406357289
[406,63,635,357,572,728,289]