exercism.org/rust/reverse-string/.exercism/config.json

39 lines
726 B
JSON

{
"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"
}