Post History
Japt -R, 27 22 bytes 27òÈn28 ÇmX27-X-ZøÃÔû Test it Lots of credit goes to xnor for finding the min(i,j,27-i-j) trick. -5 bytes thanks to @Shaggy
Answer
#2: Post edited
# [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), 27 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)27òÈî +Xn28 ÇmX,27-X-ZÃqSÃw- Lots of credit goes to xnor for finding the `min(i,j,27-i-j)` trick.
[Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=MjfyyO4gK1huMjggx21YLDI3LVgtWsNxU8N3)
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <strike>27</strike> 22 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- 27òÈn28 ÇmX27-X-ZøÃÔû
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=MjfyyG4yOCDHbVgyNy1YLVrDuMPU%2bw)
- Lots of credit goes to xnor for finding the `min(i,j,27-i-j)` trick.
- _-5 bytes thanks to @Shaggy_
#1: Initial revision
# [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), 27 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1) 27òÈî +Xn28 ÇmX,27-X-ZÃqSÃw Lots of credit goes to xnor for finding the `min(i,j,27-i-j)` trick. [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=MjfyyO4gK1huMjggx21YLDI3LVgtWsNxU8N3)