Sha256: 6b46ea26ba4597cc98e59131e4c22d31c031b49ed58bc2d44cbbbde3bc8ec126

Contents?: true

Size: 807 Bytes

Versions: 63

Compression:

Stored size: 807 Bytes

Contents

# Reverse String

Reverse a string

For example:
input: "cool"
output: "looc"

## Running the tests

To run the tests, run the command `busted` from within the exercise directory.

## Further information

For more detailed information about the Lua track, including how to get help if
you're having trouble, please visit the exercism.io [Lua language page](http://exercism.io/languages/lua/about).

## Source

Introductory challenge to reverse an input string [https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb](https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb)

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
trackler-2.2.1.119 tracks/lua/exercises/reverse-string/README.md
trackler-2.2.1.118 tracks/lua/exercises/reverse-string/README.md
trackler-2.2.1.117 tracks/lua/exercises/reverse-string/README.md