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.
33 lines
577 B
33 lines
577 B
3 years ago
|
{
|
||
|
"blurb": "Given a year, report if it is a leap year.",
|
||
|
"authors": [
|
||
|
"etrepum"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"iHiD",
|
||
|
"karen-pal",
|
||
|
"kytrinyx",
|
||
|
"navossoc",
|
||
|
"paulrex",
|
||
|
"petertseng",
|
||
|
"ppartarr",
|
||
|
"rbasso",
|
||
|
"sshine",
|
||
|
"tejasbubane",
|
||
|
"tofische"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"src/LeapYear.hs"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/Tests.hs"
|
||
|
],
|
||
|
"example": [
|
||
|
"examples/success-standard/src/LeapYear.hs"
|
||
|
]
|
||
|
},
|
||
|
"source": "JavaRanch Cattle Drive, exercise 3",
|
||
|
"source_url": "http://www.javaranch.com/leap.jsp"
|
||
|
}
|