This commit is contained in:
2022-11-02 07:43:39 +01:00
parent 8f63550167
commit ccf89d8607
13 changed files with 16276 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"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"
}
+1
View File
@@ -0,0 +1 @@
{"track":"typescript","exercise":"leap","id":"c96f222f67bc489ca089592e9d75ce11","url":"https://exercism.org/tracks/typescript/exercises/leap","handle":"briemens","is_requester":true,"auto_approve":false}