summaryrefslogtreecommitdiff
path: root/rust/gigasecond/.exercism/config.json
blob: d3e038dbbd39230156313465434f16142ca64d97 (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
{
  "authors": [
    "IanWhitney"
  ],
  "contributors": [
    "andy5995",
    "ashleygwilliams",
    "cbzehner",
    "coriolinus",
    "cwhakes",
    "EduardoBautista",
    "efx",
    "ErikSchierboom",
    "houhoulis",
    "IanWhitney",
    "janczer",
    "leoyvens",
    "lutostag",
    "mkantor",
    "nfiles",
    "NieDzejkob",
    "ocstl",
    "petertseng",
    "rofrol",
    "sacherjj",
    "stringparser",
    "xakon",
    "ZapAnton"
  ],
  "files": {
    "solution": [
      "src/lib.rs",
      "Cargo.toml"
    ],
    "test": [
      "tests/gigasecond.rs"
    ],
    "example": [
      ".meta/example.rs"
    ]
  },
  "blurb": "Given a moment, determine the moment that would be after a gigasecond has passed.",
  "source": "Chapter 9 in Chris Pine's online Learn to Program tutorial.",
  "source_url": "https://pine.fm/LearnToProgram/?Chapter=09"
}