Post History
Japt -R, 11 10 bytes ÆQ+ùUÉÃvçQ Try it ÆQ+ùUÉÃvçQ :Implicit input of integer U Æ :Map the range [0,U) Q : Quotation mark + : Append another ...
Answer
#4: Post edited
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <s>11</s> 10 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- ÆQ+ùUÉÃvçQ
[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=xlEr%2bVXJw3bnUQ&input=MTA)
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <s>11</s> 10 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- ÆQ+ùUÉÃvçQ
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=xlEr%2bVXJw3bnUQ&input=MTA)
- ÆQ+ùUÉÃvçQ :Implicit input of integer U
- Æ :Map the range [0,U)
- Q : Quotation mark
- + : Append another
- ù : Left padded with spaces to length
- UÉ : U-1
- Ã :End map
- v :Modify first element
- çQ : Replace all characters with a quotation mark
- :Implicit output joined with newlines
#3: Post edited
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <s>11</s> 10 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
ÆQ+ùUÉÃv£Q[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=xlEr%2bVXJw3ajUQ&input=MTA)
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <s>11</s> 10 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- ÆQ+ùUÉÃvçQ
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=xlEr%2bVXJw3bnUQ&input=MTA)
#2: Post edited
# [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), 11 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)ÆQùU hQÃv£Q[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=xlH5VSBoUcN2o1E&input=MTA)
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <s>11</s> 10 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- ÆQ+ùUÉÃv£Q
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=xlEr%2bVXJw3ajUQ&input=MTA)
#1: Initial revision
# [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), 11 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1) ÆQùU hQÃv£Q [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=xlH5VSBoUcN2o1E&input=MTA)