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.
 
 
 
 
 
 

12 lines
367 B

{
"blurb": "Given a year, report if it is a leap year.",
"authors": ["masters3d"],
"contributors": ["DFXLuna", "lukaszklis", "SleeplessByte"],
"files": {
"solution": ["leap.ts"],
"test": ["leap.test.ts"],
"example": [".meta/proof.ci.ts"]
},
"source": "JavaRanch Cattle Drive, exercise 3",
"source_url": "http://www.javaranch.com/leap.jsp"
}