Advertisement
31ph4n70m

reverse_string.er

Nov 19th, 2019
1,748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 0.13 KB | None | 0 0
  1. # elixir solution to codeabbey challenge 30
  2. s = "on fare supper off shelf jeopardy about cactus"
  3. t = String.reverse(s)
  4. IO.puts t
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement