mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-12 14:40:46 -05:00
36 lines
626 B
JSON
36 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"
|
||
|
}
|