Files
Exercism/bash/leap/.exercism/config.json
2023-05-23 17:37:01 +02:00

33 lines
552 B
JSON

{
"authors": [
"kenden"
],
"contributors": [
"bkhl",
"budmc29",
"glennj",
"guygastineau",
"IsaacG",
"kotp",
"kytrinyx",
"platinumthinker",
"sjwarner-bp",
"Smarticles101",
"ZapAnton"
],
"files": {
"solution": [
"leap.sh"
],
"test": [
"leap.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Given a year, report if it is a leap year.",
"source": "CodeRanch Cattle Drive, Assignment 3",
"source_url": "https://coderanch.com/t/718816/Leap"
}