Post History
Japt, 6 bytes ßOpP±Q Test it ßOpP±Q ß :Recursive call Op :Output with trailing newline P :Empty string, initially ± :Append Q :Quotation mark
Answer
#2: Post edited
- # [Japt](https://github.com/ETHproductions/japt), 6 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- ßOpP±Q
[Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=309wULFR)
- # [Japt](https://github.com/ETHproductions/japt), 6 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- ßOpP±Q
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=309wULFR)
- ßOpP±Q
- ß :Recursive call
- Op :Output with trailing newline
- P :Empty string, initially
- ± :Append
- Q :Quotation mark