24 lines
465 B
JSON
24 lines
465 B
JSON
{
|
|
"authors": [
|
|
"andrej-makarov-skrt"
|
|
],
|
|
"contributors": [
|
|
"cmcaine",
|
|
"SaschaMann"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"leap.jl"
|
|
],
|
|
"test": [
|
|
"runtests.jl"
|
|
],
|
|
"example": [
|
|
".meta/example.jl"
|
|
]
|
|
},
|
|
"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"
|
|
}
|