roman-numbers
This commit is contained in:
34
elixir/roman-numerals/.exercism/config.json
Normal file
34
elixir/roman-numerals/.exercism/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
1
elixir/roman-numerals/.exercism/metadata.json
Normal file
1
elixir/roman-numerals/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"roman-numerals","id":"a78bab796579451fae7b60be21481bff","url":"https://exercism.org/tracks/elixir/exercises/roman-numerals","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user