house
This commit is contained in:
22
elixir/house/.exercism/config.json
Normal file
22
elixir/house/.exercism/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"authors": [
|
||||
"jiegillet"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/house.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/house_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Output the nursery rhyme 'This is the House that Jack Built'.",
|
||||
"source": "British nursery rhyme",
|
||||
"source_url": "https://en.wikipedia.org/wiki/This_Is_The_House_That_Jack_Built"
|
||||
}
|
||||
1
elixir/house/.exercism/metadata.json
Normal file
1
elixir/house/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"house","id":"f8fb50f62b7e4a238d66e449ea696bd7","url":"https://exercism.org/tracks/elixir/exercises/house","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user