Reverse user input

1

This is a pretty simple one. if the user enters "Hello World" your code should output "dlroW olleH"

I was inspired by the multiplication question recently posted. I know this is probably easy in bash.

As this is code-golf, least bytes wins.

Justin

Posted 2017-11-02T01:33:32.750

Reputation: 443

Question was closed 2017-11-02T01:38:01.240

Answers

0

Mathematica, 13 bytes

StringReverse

Try it online!

J42161217

Posted 2017-11-02T01:33:32.750

Reputation: 15 931