Solved leap in Bash

This commit is contained in:
2023-05-23 17:37:01 +02:00
parent bcfff775dc
commit 6e1b4d03ea
7 changed files with 949 additions and 0 deletions

View 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"
}

View File

@@ -0,0 +1 @@
{"track":"bash","exercise":"leap","id":"fb1c9ac30c9e48b585622af92a08ccc8","url":"https://exercism.org/tracks/bash/exercises/leap","handle":"Kimawari","is_requester":true,"auto_approve":false}