exercism/c/leap/.exercism/config.json

36 lines
626 B
JSON
Raw Normal View History

2024-06-08 11:24:11 -04:00
{
"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"
}