23 lines
413 B
JSON
23 lines
413 B
JSON
{
|
|
"authors": [
|
|
"erikschierboom"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"run-length-encoding.8th"
|
|
],
|
|
"test": [
|
|
"test.8th"
|
|
],
|
|
"example": [
|
|
".meta/example.8th"
|
|
],
|
|
"invalidator": [
|
|
"libs/exercism/test"
|
|
]
|
|
},
|
|
"blurb": "Implement run-length encoding and decoding.",
|
|
"source": "Wikipedia",
|
|
"source_url": "https://en.wikipedia.org/wiki/Run-length_encoding"
|
|
}
|