Post History
Japt, 2 bytes Input as a multi-line string ÕÔ Try it ÕÔ :Implicit input of string Õ :Transpose Ô :Reverse
#1: Initial revision
# [Japt](https://github.com/ETHproductions/japt), 2 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
Input as a multi-line string
ÕÔ
[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=1dQ&input=IjAxCjIzCjQ1CjY3Ig)
ÕÔ :Implicit input of string
Õ :Transpose
Ô :Reverse
