say
This commit is contained in:
29
elixir/say/.exercism/config.json
Normal file
29
elixir/say/.exercism/config.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"authors": [
|
||||
"zporter"
|
||||
],
|
||||
"contributors": [
|
||||
"aifrak",
|
||||
"amencarini",
|
||||
"angelikatyborska",
|
||||
"Cohen-Carlisle",
|
||||
"devonestes",
|
||||
"neenjaw",
|
||||
"parkerl",
|
||||
"sotojuan"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/say.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/say_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Given a number from 0 to 999,999,999,999, spell out that number in English.",
|
||||
"source": "A variation on the JavaRanch CattleDrive, Assignment 4",
|
||||
"source_url": "https://coderanch.com/wiki/718804"
|
||||
}
|
||||
1
elixir/say/.exercism/metadata.json
Normal file
1
elixir/say/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"say","id":"85975fde45c04f6b8433af76568462eb","url":"https://exercism.org/tracks/elixir/exercises/say","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user