33 lines
552 B
JSON
33 lines
552 B
JSON
{
|
|
"authors": [
|
|
"kenden"
|
|
],
|
|
"contributors": [
|
|
"bkhl",
|
|
"budmc29",
|
|
"glennj",
|
|
"guygastineau",
|
|
"IsaacG",
|
|
"kotp",
|
|
"kytrinyx",
|
|
"platinumthinker",
|
|
"sjwarner-bp",
|
|
"Smarticles101",
|
|
"ZapAnton"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"leap.sh"
|
|
],
|
|
"test": [
|
|
"leap.bats"
|
|
],
|
|
"example": [
|
|
".meta/example.sh"
|
|
]
|
|
},
|
|
"blurb": "Given a year, report if it is a leap year.",
|
|
"source": "CodeRanch Cattle Drive, Assignment 3",
|
|
"source_url": "https://coderanch.com/t/718816/Leap"
|
|
}
|