exercism/elixir/series/.exercism/config.json

28 lines
572 B
JSON
Raw Permalink Normal View History

2024-06-29 07:17:21 +00:00
{
"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"
}