mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
31 lines
680 B
JSON
31 lines
680 B
JSON
{
|
|
"authors": [],
|
|
"contributors": [
|
|
"bcc32",
|
|
"Gamecock",
|
|
"gea-migration",
|
|
"h-3-0",
|
|
"patricksjackson",
|
|
"QLaille",
|
|
"RealBarrettBrown",
|
|
"ryanplusplus",
|
|
"sjwarner",
|
|
"wolf99"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"rna_transcription.c",
|
|
"rna_transcription.h"
|
|
],
|
|
"test": [
|
|
"test_rna_transcription.c"
|
|
],
|
|
"example": [
|
|
".meta/example.c",
|
|
".meta/example.h"
|
|
]
|
|
},
|
|
"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"
|
|
}
|