exercism/elixir/leap/.exercism/config.json

36 lines
621 B
JSON
Raw Permalink Normal View History

2023-12-17 23:32:39 +00:00
{
"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"
}