Files
8th/exercises/practice/run-length-encoding/.meta/config.json
2025-07-15 07:50:26 -04:00

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"
}