mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-12 14:40:46 -05:00
38 lines
726 B
JSON
38 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"
|
|
}
|