summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/roman-numerals/.exercism/config.json
blob: 4b56a888d914b8c003d4d094043c8136b85f0e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "blurb": "Write a function to convert from normal numbers to Roman Numerals.",
  "authors": [],
  "contributors": [
    "bakhti",
    "canweriotnow",
    "vermiculus"
  ],
  "files": {
    "solution": [
      "roman-numerals.el"
    ],
    "test": [
      "roman-numerals-test.el"
    ],
    "example": [
      ".meta/example.el"
    ]
  },
  "source": "The Roman Numeral Kata",
  "source_url": "http://codingdojo.org/cgi-bin/index.pl?KataRomanNumerals"
}