exercism/elixir/house/.exercism/config.json

23 lines
444 B
JSON
Raw Normal View History

2024-07-04 21:39:14 +00:00
{
"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"
}