This commit is contained in:
2023-12-17 18:32:39 -05:00
parent eaf2ddb913
commit f3067bce0f
10 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"authors": [
"rubysolo"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"glennular",
"jinyeow",
"korbin",
"kytrinyx",
"lpil",
"neenjaw",
"parkerl",
"sotojuan",
"Teapane",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/year.ex"
],
"test": [
"test/year_test.exs"
],
"example": [
".meta/example.ex"
]
},
"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":"elixir","exercise":"leap","id":"8bd50f0b5d7c4308bca361b49e63d755","url":"https://exercism.org/tracks/elixir/exercises/leap","handle":"negrienko","is_requester":true,"auto_approve":false}