summaryrefslogtreecommitdiff
path: root/rust/grains/.exercism/config.json
blob: 21f042d6d6a2ce4519939328ce0e4521ca23c53e (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
{
  "authors": [
    "IanWhitney"
  ],
  "contributors": [
    "ClashTheBunny",
    "coriolinus",
    "cwhakes",
    "efx",
    "ErikSchierboom",
    "krodyrobi",
    "lutostag",
    "navossoc",
    "nfiles",
    "petertseng",
    "rofrol",
    "stringparser",
    "TheDarkula",
    "xakon",
    "ZapAnton"
  ],
  "files": {
    "solution": [
      "src/lib.rs",
      "Cargo.toml"
    ],
    "test": [
      "tests/grains.rs"
    ],
    "example": [
      ".meta/example.rs"
    ]
  },
  "blurb": "Calculate the number of grains of wheat on a chessboard given that the number on each square doubles.",
  "source": "The CodeRanch Cattle Drive, Assignment 6",
  "source_url": "https://coderanch.com/wiki/718824/Grains"
}