Solved leap in Bash
This commit is contained in:
32
bash/leap/.exercism/config.json
Normal file
32
bash/leap/.exercism/config.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user