Elixir Examples
Reverse a string
Feb 29, 2016
Reverse a string
"olleh"
=
String
.
reverse
(
"hello"
)