twelve_days
This commit is contained in:
27
elixir/twelve-days/.exercism/config.json
Normal file
27
elixir/twelve-days/.exercism/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"authors": [
|
||||
"DoggettCK"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska",
|
||||
"Cohen-Carlisle",
|
||||
"devonestes",
|
||||
"neenjaw",
|
||||
"PatrickMcSweeny",
|
||||
"sotojuan"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/twelve_days.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/twelve_days_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Output the lyrics to 'The Twelve Days of Christmas'.",
|
||||
"source": "Wikipedia",
|
||||
"source_url": "https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song)"
|
||||
}
|
||||
1
elixir/twelve-days/.exercism/metadata.json
Normal file
1
elixir/twelve-days/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"twelve-days","id":"0a1590f9cd004ef09f8e5e9a6558e92d","url":"https://exercism.org/tracks/elixir/exercises/twelve-days","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user