Files
exercism/powershell/leap/.exercism/config.json

24 lines
421 B
JSON

{
"blurb": "Given a year, report if it is a leap year.",
"authors": [
"spuder"
],
"contributors": [
"gyssels",
"kchenery"
],
"files": {
"solution": [
"LeapYear.ps1"
],
"test": [
"LeapYear.tests.ps1"
],
"example": [
".meta/LeapYear.example.ps1"
]
},
"source": "JavaRanch Cattle Drive, exercise 3",
"source_url": "http://www.javaranch.com/leap.jsp"
}