summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/rna-transcription/.exercism/config.json
blob: c3c757943cdefd2bb54782bb82df5d25ee2e3fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "blurb": "Given a DNA strand, return its RNA Complement Transcription.",
  "authors": [
    "canweriotnow"
  ],
  "contributors": [
    "vermiculus"
  ],
  "files": {
    "solution": [
      "rna-transcription.el"
    ],
    "test": [
      "rna-transcription-test.el"
    ],
    "example": [
      ".meta/example.el"
    ]
  },
  "source": "Hyperphysics",
  "source_url": "http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
}