1e351d9c3e
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
19 lines
355 B
JSON
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"
|
|
}
|