run-length-encoder
This commit is contained in:
33
elixir/run-length-encoding/.exercism/config.json
Normal file
33
elixir/run-length-encoding/.exercism/config.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"authors": [
|
||||
"Teapane"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska",
|
||||
"CoderDennis",
|
||||
"Cohen-Carlisle",
|
||||
"dalexj",
|
||||
"daveyarwood",
|
||||
"devonestes",
|
||||
"lex57ukr",
|
||||
"lpil",
|
||||
"neenjaw",
|
||||
"parkerl",
|
||||
"sotojuan",
|
||||
"waiting-for-dev"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/run_length_encoder.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/run_length_encoder_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Implement run-length encoding and decoding.",
|
||||
"source": "Wikipedia",
|
||||
"source_url": "https://en.wikipedia.org/wiki/Run-length_encoding"
|
||||
}
|
||||
1
elixir/run-length-encoding/.exercism/metadata.json
Normal file
1
elixir/run-length-encoding/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"run-length-encoding","id":"df85d72f5fcc49efad7a6f2e236c7872","url":"https://exercism.org/tracks/elixir/exercises/run-length-encoding","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user