This commit is contained in:
2024-07-04 17:39:14 -04:00
parent 2eb14fcd40
commit 7b3e6d3216
10 changed files with 502 additions and 0 deletions

View 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"
}

View 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}