proverb
This commit is contained in:
22
elixir/proverb/.exercism/config.json
Normal file
22
elixir/proverb/.exercism/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"authors": [
|
||||
"jiegillet"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/proverb.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/proverb_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "For want of a horseshoe nail, a kingdom was lost, or so the saying goes. Output the full text of this proverbial rhyme.",
|
||||
"source": "Wikipedia",
|
||||
"source_url": "https://en.wikipedia.org/wiki/For_Want_of_a_Nail"
|
||||
}
|
||||
1
elixir/proverb/.exercism/metadata.json
Normal file
1
elixir/proverb/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"proverb","id":"ea1c76c464144259a45e86a6fa8b920b","url":"https://exercism.org/tracks/elixir/exercises/proverb","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user