mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-15 10:11:47 -06:00
PowerShell - leap, raindrops, reverse-string, two-fer
This commit is contained in:
22
powershell/raindrops/.exercism/config.json
Normal file
22
powershell/raindrops/.exercism/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
powershell/raindrops/.exercism/metadata.json
Normal file
1
powershell/raindrops/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"powershell","exercise":"raindrops","id":"5b35a1ecc3b94181bc46ed1119958c44","url":"https://exercism.org/tracks/powershell/exercises/raindrops","handle":"Xevion","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user