You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
684 B
36 lines
684 B
{ |
|
"blurb": "Reverse a string", |
|
"authors": [ |
|
"coriolinus" |
|
], |
|
"contributors": [ |
|
"cbzehner", |
|
"ccouzens", |
|
"cwhakes", |
|
"efx", |
|
"ErikSchierboom", |
|
"hunger", |
|
"lutostag", |
|
"ocstl", |
|
"petertseng", |
|
"rofrol", |
|
"rrredface", |
|
"stringparser", |
|
"TheDarkula", |
|
"xakon", |
|
"ZapAnton" |
|
], |
|
"files": { |
|
"solution": [ |
|
"src/lib.rs" |
|
], |
|
"test": [ |
|
"tests/reverse-string.rs" |
|
], |
|
"example": [ |
|
".meta/example.rs" |
|
] |
|
}, |
|
"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" |
|
}
|
|
|