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"
|
||||
}
|
1
go/run-length-encoding/.exercism/metadata.json
Normal file
1
go/run-length-encoding/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"go","exercise":"run-length-encoding","id":"c65b116f8aba4eaf9baa3b129a348992","url":"https://exercism.org/tracks/go/exercises/run-length-encoding","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user