We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
leap
1 parent 93c57e1 commit 77c07b5Copy full SHA for 77c07b5
exercises/practice/leap/.meta/config.json
@@ -25,7 +25,7 @@
25
".meta/src/reference/kotlin/Leap.kt"
26
]
27
},
28
- "blurb": "Given a year, report if it is a leap year.",
29
- "source": "JavaRanch Cattle Drive, exercise 3",
30
- "source_url": "http://www.javaranch.com/leap.jsp"
+ "blurb": "Determine whether a given year is a leap year.",
+ "source": "CodeRanch Cattle Drive, Assignment 3",
+ "source_url": "https://coderanch.com/t/718816/Leap"
31
}
0 commit comments