raindrops

This commit is contained in:
2024-06-27 17:22:40 -04:00
parent b5a8d35513
commit 146d1d3f89
10 changed files with 326 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"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"
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"raindrops","id":"e9ff118098084dc9befe7fe0a2e71ed1","url":"https://exercism.org/tracks/elixir/exercises/raindrops","handle":"negrienko","is_requester":true,"auto_approve":false}