1
1
Fork 0
exercism/jq/leap/.exercism/config.json
Christina Sørensen 1e351d9c3e
feat(jq): two-fer, resistor-color, resistor-color-duo, leap, isogram, flatten-array
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-16 08:26:51 +01:00

19 lines
355 B
JSON

{
"authors": [
"glennj"
],
"files": {
"solution": [
"leap.jq"
],
"test": [
"test-leap.bats"
],
"example": [
".meta/example.jq"
]
},
"blurb": "Determine whether a given year is a leap year.",
"source": "CodeRanch Cattle Drive, Assignment 3",
"source_url": "https://coderanch.com/t/718816/Leap"
}