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 eced93f commit bc8d35eCopy full SHA for bc8d35e
exercises/practice/leap/.meta/config.json
@@ -16,7 +16,7 @@
16
"package.json"
17
]
18
},
19
- "blurb": "Given a year, report if it is a leap year.",
20
- "source": "JavaRanch Cattle Drive, exercise 3",
21
- "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"
22
}
0 commit comments