mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 13:20:48 -05:00
35 lines
626 B
JSON
35 lines
626 B
JSON
{
|
|
"authors": [
|
|
"lpil"
|
|
],
|
|
"contributors": [
|
|
"bcc32",
|
|
"Gamecock",
|
|
"gea-migration",
|
|
"h-3-0",
|
|
"hintjens",
|
|
"JacobMikkelsen",
|
|
"kytrinyx",
|
|
"patricksjackson",
|
|
"QLaille",
|
|
"RealBarrettBrown",
|
|
"ryanplusplus",
|
|
"wolf99"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"leap.c",
|
|
"leap.h"
|
|
],
|
|
"test": [
|
|
"test_leap.c"
|
|
],
|
|
"example": [
|
|
".meta/example.c",
|
|
".meta/example.h"
|
|
]
|
|
},
|
|
"blurb": "Determine whether a given year is a leap year.",
|
|
"source": "CodeRanch Cattle Drive, Assignment 3",
|
|
"source_url": "https://coderanch.com/t/718816/Leap"
|
|
}
|