Responses for exercises in Exercism.
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.
 
 
 
 
 
 

26 lines
466 B

{
"blurb": "Given a year, report if it is a leap year.",
"authors": [
"arguello"
],
"contributors": [
"mbertheau",
"PurityControl",
"robertpostill",
"timotheosh",
"yurrriq"
],
"files": {
"solution": [
"leap.rkt"
],
"test": [
"leap-test.rkt"
],
"example": [
".meta/example.rkt"
]
},
"source": "JavaRanch Cattle Drive, exercise 3",
"source_url": "http://www.javaranch.com/leap.jsp"
}