Files
exercism-workspace/leap/.exercism/config.json
Alexander Heldt 96f2d570b1 leap
2025-11-01 12:12:45 +01:00

27 lines
522 B
JSON

{
"authors": [
"lpil"
],
"contributors": [
"kytrinyx"
],
"files": {
"solution": [
"src/leap.gleam"
],
"test": [
"test/leap_test.gleam"
],
"example": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"blurb": "Determine whether a given year is a leap year.",
"source": "CodeRanch Cattle Drive, Assignment 3",
"source_url": "https://web.archive.org/web/20240907033714/https://coderanch.com/t/718816/Leap"
}