mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-09 20:07:05 -06:00
24 lines
421 B
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"
|
|
}
|