summaryrefslogtreecommitdiff
path: root/rust/leap/.exercism/config.json
blob: d02f64ba1d2d6babc190565cf03436f59b6397ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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://coderanch.com/t/718816/Leap"
}