37 lines
732 B
JSON
37 lines
732 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"rubysolo"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"angelikatyborska",
|
||
|
"Cohen-Carlisle",
|
||
|
"dalexj",
|
||
|
"devonestes",
|
||
|
"drueck",
|
||
|
"jinyeow",
|
||
|
"lpil",
|
||
|
"neenjaw",
|
||
|
"parkerl",
|
||
|
"pminten",
|
||
|
"sotojuan",
|
||
|
"Teapane",
|
||
|
"tjcelaya",
|
||
|
"veelenga",
|
||
|
"waiting-for-dev"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/rna_transcription.ex"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/rna_transcription_test.exs"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.ex"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Given a DNA strand, return its RNA Complement Transcription.",
|
||
|
"source": "Hyperphysics",
|
||
|
"source_url": "https://web.archive.org/web/20220408112140/http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
|
||
|
}
|