exercism/csharp/protein-translation/.exercism/config.json

24 lines
369 B
JSON

{
"blurb": "Translate RNA sequences into proteins.",
"authors": [
"robkeim"
],
"contributors": [
"ErikSchierboom",
"j2jensen",
"wolf99"
],
"files": {
"solution": [
"ProteinTranslation.cs"
],
"test": [
"ProteinTranslationTests.cs"
],
"example": [
".meta/Example.cs"
]
},
"source": "Tyler Long"
}