You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
498 B
29 lines
498 B
3 years ago
|
{
|
||
|
"blurb": "Given a year, report if it is a leap year.",
|
||
|
"authors": [
|
||
|
"tmcgilchrist"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"ErikSchierboom",
|
||
|
"iHiD",
|
||
|
"JordanAdams",
|
||
|
"juhlig",
|
||
|
"kytrinyx",
|
||
|
"NobbZ",
|
||
|
"xymbol"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"src/leap.erl"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/leap_tests.erl"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.erl"
|
||
|
]
|
||
|
},
|
||
|
"source": "JavaRanch Cattle Drive, exercise 3",
|
||
|
"source_url": "http://www.javaranch.com/leap.jsp"
|
||
|
}
|