exercism-solutions/rust/leap/.exercism/config.json
2024-03-25 15:29:12 -05:00

50 lines
881 B
JSON

{
"authors": [
"EduardoBautista"
],
"contributors": [
"andrewclarkson",
"andy5995",
"ashleygwilliams",
"ClashTheBunny",
"coriolinus",
"cwhakes",
"darnuria",
"EduardoBautista",
"efx",
"Emerentius",
"ErikSchierboom",
"hunger",
"IanWhitney",
"JIghtuse",
"jonasbn",
"kytrinyx",
"leoyvens",
"lutostag",
"mkantor",
"navossoc",
"nfiles",
"petertseng",
"pminten",
"rofrol",
"sshine",
"stringparser",
"xakon",
"ZapAnton"
],
"files": {
"solution": [
"src/lib.rs",
"Cargo.toml"
],
"test": [
"tests/leap.rs"
],
"example": [
".meta/example.rs"
]
},
"blurb": "Determine whether a given year is a leap year.",
"source": "CodeRanch Cattle Drive, Assignment 3",
"source_url": "https://coderanch.com/t/718816/Leap"
}