36 lines
621 B
JSON
36 lines
621 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"rubysolo"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"angelikatyborska",
|
||
|
"Cohen-Carlisle",
|
||
|
"dalexj",
|
||
|
"devonestes",
|
||
|
"glennular",
|
||
|
"jinyeow",
|
||
|
"korbin",
|
||
|
"kytrinyx",
|
||
|
"lpil",
|
||
|
"neenjaw",
|
||
|
"parkerl",
|
||
|
"sotojuan",
|
||
|
"Teapane",
|
||
|
"waiting-for-dev"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/year.ex"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/year_test.exs"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.ex"
|
||
|
]
|
||
|
},
|
||
|
"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"
|
||
|
}
|