rna-transcription
This commit is contained in:
36
elixir/rna-transcription/.exercism/config.json
Normal file
36
elixir/rna-transcription/.exercism/config.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
elixir/rna-transcription/.exercism/metadata.json
Normal file
1
elixir/rna-transcription/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"rna-transcription","id":"63ab8e36c9144f84a7fdc34eb6d56856","url":"https://exercism.org/tracks/elixir/exercises/rna-transcription","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user