Post History
Japt, 10 bytes `HÁM, {U}! Try it The backtick decompresses a compressed string, the {} is Japt's string interpolation and U is the first input variable.
Answer
#2: Post edited
- # [Japt](https://github.com/ETHproductions/japt), 10 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- `HÁM, {U}!
[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=YEjBTSwge1V9IQ&input=IkphcHQi)
- # [Japt](https://github.com/ETHproductions/japt), 10 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- `HÁM, {U}!
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=YEjBTSwge1V9IQ&input=IkphcHQi)
- The backtick decompresses a compressed string, the `{}` is Japt's string interpolation and `U` is the first input variable.