Post History
Japt -R, 12 bytes õÈ"/\\"mpXÃû Try it õÈ"/\\"mpXÃû :Implicit input of integer õ :Range [1,input] È :Map each X "/\\" : Literal string m ...
Answer
#2: Post edited
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), 12 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- õÈ"/\\"mpXÃû
[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=9cgiL1xcIm1wWMP7&input=NA)
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), 12 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- õÈ"/\\"mpXÃû
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=9cgiL1xcIm1wWMP7&input=NA)
- õÈ"/\\"mpXÃû :Implicit input of integer
- õ :Range [1,input]
- È :Map each X
- "/\\" : Literal string
- m : Map
- pX : Repeat X times
- Ã :End map
- û :Centre pad each to the length of the longest
- :Implicit output joined with newlines
#1: Initial revision
# [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), 12 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1) õÈ"/\\"mpXÃû [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=9cgiL1xcIm1wWMP7&input=NA)