Newer
Older
exercism-cpp / rna-transcription / .exercism / config.json
{
  "blurb": "Given a DNA strand, return its RNA Complement Transcription.",
  "authors": [
    "LegalizeAdulthood"
  ],
  "contributors": [
    "cyborgsphinx",
    "elyashiv",
    "jackhughesweb",
    "KevinWMatthews",
    "kytrinyx",
    "patricksjackson"
  ],
  "files": {
    "solution": [
      "rna_transcription.cpp",
      "rna_transcription.h"
    ],
    "test": [
      "rna_transcription_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "Hyperphysics",
  "source_url": "http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
}