blob: a29d2ac68b3e3448ccee26d0aea04aa3a6259fb7 (
plain) (
tree)
|
|
# Reverse String
Welcome to Reverse String on Exercism's Clojure Track.
If you need help running the tests or submitting your code, check out `HELP.md`.
## Instructions
Reverse a string
For example:
input: "cool"
output: "looc"
## Source
### Created by
- @sjwarner-bp
### Contributed to by
- @amscotti
- @AndreaCrotti
- @haus
- @mtkp
### Based on
Introductory challenge to reverse an input string - https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb
|