exercism/elixir/roman-numerals/.exercism/config.json

35 lines
634 B
JSON
Raw Permalink Normal View History

2024-06-28 22:12:55 +00:00
{
"authors": [
"rubysolo"
],
"contributors": [
"andrewsardone",
"angelikatyborska",
"cetinajero",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"jinyeow",
"lpil",
"neenjaw",
"parkerl",
"sotojuan",
"Teapane",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/roman_numerals.ex"
],
"test": [
"test/roman_numerals_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Convert modern Arabic numbers into Roman numerals.",
"source": "The Roman Numeral Kata",
"source_url": "https://codingdojo.org/kata/RomanNumerals/"
}