Files
exercism/powershell/raindrops/.exercism/config.json

23 lines
633 B
JSON

{
"blurb": "Convert a number to a string, the content of which depends on the number's factors.",
"authors": [
"gyssels"
],
"contributors": [
"kchenery"
],
"files": {
"solution": [
"Raindrops.ps1"
],
"test": [
"Raindrops.tests.ps1"
],
"example": [
".meta/Raindrops.example.ps1"
]
},
"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"
}