Initial upload
This commit is contained in:
30
go/protein-translation/.exercism/config.json
Normal file
30
go/protein-translation/.exercism/config.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"blurb": "Translate RNA sequences into proteins.",
|
||||
"authors": [
|
||||
"Akasurde"
|
||||
],
|
||||
"contributors": [
|
||||
"alebaffa",
|
||||
"bitfield",
|
||||
"ekingery",
|
||||
"ferhatelmas",
|
||||
"hilary",
|
||||
"kytrinyx",
|
||||
"leenipper",
|
||||
"robphoenix",
|
||||
"sebito91",
|
||||
"tleen"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"protein_translation.go"
|
||||
],
|
||||
"test": [
|
||||
"protein_translation_test.go"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.go"
|
||||
]
|
||||
},
|
||||
"source": "Tyler Long"
|
||||
}
|
1
go/protein-translation/.exercism/metadata.json
Normal file
1
go/protein-translation/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"go","exercise":"protein-translation","id":"1806e002ad7e45bf87a980c11a1bdac1","url":"https://exercism.org/tracks/go/exercises/protein-translation","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user