series
This commit is contained in:
27
elixir/series/.exercism/config.json
Normal file
27
elixir/series/.exercism/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
elixir/series/.exercism/metadata.json
Normal file
1
elixir/series/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"series","id":"17f1138f483f482b8bb2877fbfb0f91c","url":"https://exercism.org/tracks/elixir/exercises/series","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user