23 lines
444 B
JSON
23 lines
444 B
JSON
{
|
|
"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"
|
|
}
|