summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/roman-numerals/.exercism/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'exercism/emacs-lisp/roman-numerals/.exercism/config.json')
-rw-r--r--exercism/emacs-lisp/roman-numerals/.exercism/config.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/exercism/emacs-lisp/roman-numerals/.exercism/config.json b/exercism/emacs-lisp/roman-numerals/.exercism/config.json
new file mode 100644
index 0000000..4b56a88
--- /dev/null
+++ b/exercism/emacs-lisp/roman-numerals/.exercism/config.json
@@ -0,0 +1,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"
+}