This commit is contained in:
Alexander Heldt
2025-11-01 12:12:45 +01:00
parent 19f0270202
commit 96f2d570b1
9 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"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"
}