some tests passed in clock
This commit is contained in:
parent
0ef500d9ef
commit
e63c68efe8
21 changed files with 1181 additions and 0 deletions
38
rust/reverse-string/.exercism/config.json
Normal file
38
rust/reverse-string/.exercism/config.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue