mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-16 20:11:43 -06:00
PowerShell - sum-of-multiples
This commit is contained in:
22
powershell/sum-of-multiples/.exercism/config.json
Normal file
22
powershell/sum-of-multiples/.exercism/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"blurb": "Given a number, find the sum of all the multiples of particular numbers up to but not including that number.",
|
||||
"authors": [
|
||||
"gyssels"
|
||||
],
|
||||
"contributors": [
|
||||
"kchenery"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"SumOfMultiples.ps1"
|
||||
],
|
||||
"test": [
|
||||
"SumOfMultiples.tests.ps1"
|
||||
],
|
||||
"example": [
|
||||
".meta/SumOfMultiples.example.ps1"
|
||||
]
|
||||
},
|
||||
"source": "A variation on Problem 1 at Project Euler",
|
||||
"source_url": "http://projecteuler.net/problem=1"
|
||||
}
|
||||
Reference in New Issue
Block a user