summaryrefslogtreecommitdiff
path: root/rust/reverse-string/.exercism/config.json
blob: 6fa8c43f1e9542ec0c62022758cfbed1641ee09c (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
{
  "authors": [
    "coriolinus"
  ],
  "contributors": [
    "cbzehner",
    "ccouzens",
    "cwhakes",
    "efx",
    "ErikSchierboom",
    "hunger",
    "lutostag",
    "ocstl",
    "PaulT89",
    "petertseng",
    "rofrol",
    "rrredface",
    "stringparser",
    "TheDarkula",
    "xakon",
    "ZapAnton"
  ],
  "files": {
    "solution": [
      "src/lib.rs",
      "Cargo.toml"
    ],
    "test": [
      "tests/reverse-string.rs"
    ],
    "example": [
      ".meta/example.rs"
    ]
  },
  "blurb": "Reverse a given string.",
  "source": "Introductory challenge to reverse an input string",
  "source_url": "https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb"
}