34 lines
822 B
JSON
34 lines
822 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"rubysolo"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"andrewsardone",
|
||
|
"angelikatyborska",
|
||
|
"Cohen-Carlisle",
|
||
|
"dalexj",
|
||
|
"devonestes",
|
||
|
"jinyeow",
|
||
|
"lpil",
|
||
|
"neenjaw",
|
||
|
"parkerl",
|
||
|
"sotojuan",
|
||
|
"Teapane",
|
||
|
"waiting-for-dev"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/raindrops.ex"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/raindrops_test.exs"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.ex"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Convert a number into its corresponding raindrop sounds - Pling, Plang and Plong.",
|
||
|
"source": "A variation on FizzBuzz, a famous technical interview question that is intended to weed out potential candidates. That question is itself derived from Fizz Buzz, a popular children's game for teaching division.",
|
||
|
"source_url": "https://en.wikipedia.org/wiki/Fizz_buzz"
|
||
|
}
|