27 lines
522 B
JSON
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"
|
|
}
|