Initial upload
This commit is contained in:
31
go/run-length-encoding/.exercism/config.json
Normal file
31
go/run-length-encoding/.exercism/config.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"blurb": "Implement run-length encoding and decoding.",
|
||||
"authors": [
|
||||
"MatForsberg"
|
||||
],
|
||||
"contributors": [
|
||||
"bitfield",
|
||||
"ekingery",
|
||||
"ferhatelmas",
|
||||
"hilary",
|
||||
"ilmanzo",
|
||||
"leenipper",
|
||||
"sebito91"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"run_length_encoding.go"
|
||||
],
|
||||
"test": [
|
||||
"run_length_encoding_test.go"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.go"
|
||||
],
|
||||
"editor": [
|
||||
"cases_test.go"
|
||||
]
|
||||
},
|
||||
"source": "Wikipedia",
|
||||
"source_url": "https://en.wikipedia.org/wiki/Run-length_encoding"
|
||||
}
|
||||
Reference in New Issue
Block a user