{ "authors": [ "DoggettCK" ], "contributors": [ "amencarini", "angelikatyborska", "Cohen-Carlisle", "devonestes", "neenjaw", "sotojuan" ], "files": { "solution": [ "lib/string_series.ex" ], "test": [ "test/string_series_test.exs" ], "example": [ ".meta/example.ex" ] }, "blurb": "Given a string of digits, output all the contiguous substrings of length `n` in that string.", "source": "A subset of the Problem 8 at Project Euler", "source_url": "https://projecteuler.net/problem=8" }