Post History
Japt, 13 bytes Takes input as a character array. mnG ìUrÔÄ ªUl Try it mnG\nìUrÔÄ ªUl :Implicit input of character array U m :Map n : Convert from bas...
Answer
#6: Post edited
- # [Japt](https://github.com/ETHproductions/japt), 13 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- mnG
- ìUrÔÄ ªUl
[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=bW5HCuxVctTEIKpVbA&input=WyI0IiAiNSIgIjMiXQ)
- # [Japt](https://github.com/ETHproductions/japt), 13 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Takes input as a character array.
- mnG
- ìUrÔÄ ªUl
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=bW5HCuxVctTEIKpVbA&input=WyI0IiAiNSIgIjMiXQ)
- mnG\nìUrÔÄ ªUl :Implicit input of character array U
- m :Map
- n : Convert from base
- G : 16
- \n :Reassign to U
- ì :Convert from digit base
- Ur : U reduced by
- Ô : Maximum
- Ä : Add 1
- ª :Logical OR with
- Ul :Length of U
#4: Post edited
# [Japt](https://github.com/ETHproductions/japt), 9 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)Takes input as a character array.- mnG
ìUrÔÄ[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=bW5HCuxVctTE&input=WyI0IiwiNSIsIjMiXQ)
- # [Japt](https://github.com/ETHproductions/japt), 13 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- mnG
- ìUrÔÄ ªUl
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=bW5HCuxVctTEIKpVbA&input=WyI0IiAiNSIgIjMiXQ)
#2: Post edited
- # [Japt](https://github.com/ETHproductions/japt), 9 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
nUñ ÌnG Ä[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=blXxIMxuRyDE&input=IjQ1MyI)
- # [Japt](https://github.com/ETHproductions/japt), 9 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Takes input as a character array.
- mnG
- ìUrÔÄ
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=bW5HCuxVctTE&input=WyI0IiwiNSIsIjMiXQ)