leap
This commit is contained in:
parent
9ea786eda5
commit
418484b415
7 changed files with 267 additions and 0 deletions
50
rust/leap/.exercism/config.json
Normal file
50
rust/leap/.exercism/config.json
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"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://web.archive.org/web/20240907033714/https://coderanch.com/t/718816/Leap"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue