summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/roman-numerals/.exercism
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-11-21 12:57:33 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-11-21 12:57:33 -0500
commit304c2c81295ce8e9e84018261ad3d08cb6dce671 (patch)
treef4127901c49337691d57b77a1bfd7c2877850f81 /exercism/emacs-lisp/roman-numerals/.exercism
parentd2f33573d00761ef4014e52256939e6c0f4ace83 (diff)
roman numerals skeleton
Diffstat (limited to 'exercism/emacs-lisp/roman-numerals/.exercism')
-rw-r--r--exercism/emacs-lisp/roman-numerals/.exercism/config.json22
-rw-r--r--exercism/emacs-lisp/roman-numerals/.exercism/metadata.json1
2 files changed, 23 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"
+}
diff --git a/exercism/emacs-lisp/roman-numerals/.exercism/metadata.json b/exercism/emacs-lisp/roman-numerals/.exercism/metadata.json
new file mode 100644
index 0000000..90b743a
--- /dev/null
+++ b/exercism/emacs-lisp/roman-numerals/.exercism/metadata.json
@@ -0,0 +1 @@
+{"track":"emacs-lisp","exercise":"roman-numerals","id":"48151a69733b44aba8ec4b86ced01f31","url":"https://exercism.org/tracks/emacs-lisp/exercises/roman-numerals","handle":"orbekk","is_requester":true,"auto_approve":false} \ No newline at end of file