summaryrefslogtreecommitdiff
path: root/rust/reverse-string/.exercism/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'rust/reverse-string/.exercism/config.json')
-rw-r--r--rust/reverse-string/.exercism/config.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/rust/reverse-string/.exercism/config.json b/rust/reverse-string/.exercism/config.json
new file mode 100644
index 0000000..6fa8c43
--- /dev/null
+++ b/rust/reverse-string/.exercism/config.json
@@ -0,0 +1,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"
+}